Html Css Color HEX #7C3708 Saddle Brown

📋 copy color: '#7C3708'

red 124 ◦ green 55 ◦ blue 8

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

Shades of Saddle Brown #7C3708

Tints of Saddle Brown #7C3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

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

R = 66.31%
G = 29.41%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C3708 (or 0x7C3708) is known color: Saddle Brown. HEX triplet: 7C, 37 and 08. RGB value is (124,55,8). Sum of RGB (Red+Green+Blue) = 124+55+8=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3708 is #83C8F7. Grayscale: #464646. Windows color (decimal): -8636664 or 538492. OLE color: 538492.

HSL color Cylindrical-coordinate representation of color #7C3708: hue angle of 24.31º 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 #7C3708 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 8 -
CMYK 0 0.56 0.94 0.51
HSL 24.31º 0.88% 0.26% -
HSV(B) 24.31º 0.94% 0.49% -
XYZ 9.72 7.03 1.08 -
YUV 70.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 124 55 8 0 0.56 0.94 0.51 24.31 0.88 0.26
Hex 7C 37 8 0 38 5E 33 18 58 1A
Octal 174 67 10 0 70 136 63 30 130 32
Binary 1111100 110111 1000 0 111000 1011110 110011 11000 1011000 11010

Color Harmonies of #7C3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3708

Black with #7C3708

Text Example


Text Example

White with #7C3708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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