Html Css Color HEX #7F3208 Saddle Brown

📋 copy color: '#7F3208'

red 127 ◦ green 50 ◦ blue 8

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

Shades of Saddle Brown #7F3208

Tints of Saddle Brown #7F3208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 68.65%
G = 27.03%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F3208 (or 0x7F3208) is known color: Saddle Brown. HEX triplet: 7F, 32 and 08. RGB value is (127,50,8). Sum of RGB (Red+Green+Blue) = 127+50+8=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3208 is #80CDF7. Grayscale: #444444. Windows color (decimal): -8441336 or 537215. OLE color: 537215.

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

Color convert

RGB 127 50 8 -
CMYK 0 0.61 0.94 0.50
HSL 21.18º 0.88% 0.26% -
HSV(B) 21.18º 0.94% 0.5% -
XYZ 9.94 6.81 1.02 -
YUV 68.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 127 50 8 0 0.61 0.94 0.50 21.18 0.88 0.26
Hex 7F 32 8 0 3D 5E 32 15 58 1A
Octal 177 62 10 0 75 136 62 25 130 32
Binary 1111111 110010 1000 0 111101 1011110 110010 10101 1011000 11010

Color Harmonies of #7F3208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3208

Black with #7F3208

Text Example


Text Example

White with #7F3208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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