#7C3601

Color #7C3601 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #7C3601

Tints of Saddle Brown #7C3601

Color information

#7C3601 (or 0x7C3601) is unknown color: approx Saddle Brown. HEX triplet: 7C, 36 and 01. RGB value is (124,54,1). Sum of RGB (Red+Green+Blue) = 124+54+1=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3601 is #83C9FE. Grayscale: #454545. Windows color (decimal): -8636927 or 79484. OLE color: 79484.

HSL color Cylindrical-coordinate representation of color #7C3601: hue angle of 25.85º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C3601 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB124541-
CMYK00.560.990.51
HSL25.85º98.4%24.51%-
HSV(B)25.85º99.19%48.63%-
XYZ9.646.930.86-
YUV68.8989.69167.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 69.27%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=69.27%
G=30.17%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12454100.560.990.5125.8598.424.51
Hex7C36103863331a6219
Octal174661070143633214231
Binary111110011011010111000110001111001111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3601; }

 p { color: rgb(124,54,1); }

 H1.HeaderClassName
 {
   color: #7C3601;
 }
 .AnyTagClassName
 {
   color: #7C3601;
 }
</style>
background-color css

<style>
 a { background-color: #7C3601; }

 a { background-color: rgb(124,54,1); }

 div.DivClassName
 {
   background-color: #7C3601;
 }
 .BgClassName
 {
   background-color: #7C3601;
 }
</style>
border-color css

<style>
 span { border-color: #7C3601; }

 span { border-color: rgb(124,54,1); }

 td.TdClassName
 {
   border-color: #7C3601;
 }
 .TagClassName
 {
   border-color: #7C3601;
 }
</style>