Html Css Color HEX #7C3506 Saddle Brown

📋 copy color: '#7C3506'

red 124 ◦ green 53 ◦ blue 6

#7C3506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #7C3506

Tints of Saddle Brown #7C3506

RGB

 RED value IS 124 (48.83% from 255) = 67.76%

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 67.76%
G = 28.96%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C3506 (or 0x7C3506) is known color: Saddle Brown. HEX triplet: 7C, 35 and 06. RGB value is (124,53,6). Sum of RGB (Red+Green+Blue) = 124+53+6=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3506 is #83CAF9. Grayscale: #454545. Windows color (decimal): -8637178 or 406908. OLE color: 406908.

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

Color convert

RGB 124 53 6 -
CMYK 0 0.57 0.95 0.51
HSL 23.9º 0.91% 0.25% -
HSV(B) 23.9º 0.95% 0.49% -
XYZ 9.62 6.84 0.99 -
YUV 68.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 124 53 6 0 0.57 0.95 0.51 23.9 0.91 0.25
Hex 7C 35 6 0 39 5F 33 18 5B 19
Octal 174 65 6 0 71 137 63 30 133 31
Binary 1111100 110101 110 0 111001 1011111 110011 11000 1011011 11001

Color Harmonies of #7C3506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3506

Black with #7C3506

Text Example


Text Example

White with #7C3506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,6); }

 H1.HeaderClassName
 {
   color: #7C3506;
 }
 .AnyTagClassName
 {
   color: #7C3506;
 }
</style>

background-color css

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

 a { background-color: rgb(124,53,6); }

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

border-color css

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

 span { border-color: rgb(124,53,6); }

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