Html Css Color HEX #7C3908 Saddle Brown

📋 copy color: '#7C3908'

red 124 ◦ green 57 ◦ blue 8

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

Shades of Saddle Brown #7C3908

Tints of Saddle Brown #7C3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 65.61%
G = 30.16%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C3908 (or 0x7C3908) is known color: Saddle Brown. HEX triplet: 7C, 39 and 08. RGB value is (124,57,8). Sum of RGB (Red+Green+Blue) = 124+57+8=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3908 is #83C6F7. Grayscale: #474747. Windows color (decimal): -8636152 or 539004. OLE color: 539004.

HSL color Cylindrical-coordinate representation of color #7C3908: hue angle of 25.34º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C3908 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 57 8 -
CMYK 0 0.54 0.94 0.51
HSL 25.34º 0.88% 0.26% -
HSV(B) 25.34º 0.94% 0.49% -
XYZ 9.82 7.23 1.11 -
YUV 71.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 124 57 8 0 0.54 0.94 0.51 25.34 0.88 0.26
Hex 7C 39 8 0 36 5E 33 19 58 1A
Octal 174 71 10 0 66 136 63 31 130 32
Binary 1111100 111001 1000 0 110110 1011110 110011 11001 1011000 11010

Color Harmonies of #7C3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3908

Black with #7C3908

Text Example


Text Example

White with #7C3908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,57,8); }

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

background-color css

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

 a { background-color: rgb(124,57,8); }

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

border-color css

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

 span { border-color: rgb(124,57,8); }

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