Html Css Color HEX #7F4208 Saddle Brown

📋 copy color: '#7F4208'

red 127 ◦ green 66 ◦ blue 8

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

Shades of Saddle Brown #7F4208

Tints of Saddle Brown #7F4208

RGB

 RED value IS 127 (50% from 255) = 63.18%

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 63.18%
G = 32.84%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F4208 (or 0x7F4208) is known color: Saddle Brown. HEX triplet: 7F, 42 and 08. RGB value is (127,66,8). Sum of RGB (Red+Green+Blue) = 127+66+8=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4208 is #80BDF7. Grayscale: #4D4D4D. Windows color (decimal): -8437240 or 541311. OLE color: 541311.

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

Color convert

RGB 127 66 8 -
CMYK 0 0.48 0.94 0.50
HSL 29.24º 0.88% 0.26% -
HSV(B) 29.24º 0.94% 0.5% -
XYZ 10.74 8.43 1.29 -
YUV 77.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 127 66 8 0 0.48 0.94 0.50 29.24 0.88 0.26
Hex 7F 42 8 0 30 5E 32 1D 58 1A
Octal 177 102 10 0 60 136 62 35 130 32
Binary 1111111 1000010 1000 0 110000 1011110 110010 11101 1011000 11010

Color Harmonies of #7F4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4208

Black with #7F4208

Text Example


Text Example

White with #7F4208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,8); }

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

background-color css

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

 a { background-color: rgb(127,66,8); }

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

border-color css

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

 span { border-color: rgb(127,66,8); }

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