Html Css Color HEX #7F3709 Saddle Brown

📋 copy color: '#7F3709'

red 127 ◦ green 55 ◦ blue 9

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

Shades of Saddle Brown #7F3709

Tints of Saddle Brown #7F3709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 66.49%
G = 28.8%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#7F3709 (or 0x7F3709) is known color: Saddle Brown. HEX triplet: 7F, 37 and 09. RGB value is (127,55,9). Sum of RGB (Red+Green+Blue) = 127+55+9=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3709 is #80C8F6. Grayscale: #474747. Windows color (decimal): -8440055 or 604031. OLE color: 604031.

HSL color Cylindrical-coordinate representation of color #7F3709: hue angle of 23.39º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F3709 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 55 9 -
CMYK 0 0.57 0.93 0.50
HSL 23.39º 0.87% 0.27% -
HSV(B) 23.39º 0.93% 0.5% -
XYZ 10.17 7.26 1.12 -
YUV 71.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 127 55 9 0 0.57 0.93 0.50 23.39 0.87 0.27
Hex 7F 37 9 0 39 5D 32 17 57 1B
Octal 177 67 11 0 71 135 62 27 127 33
Binary 1111111 110111 1001 0 111001 1011101 110010 10111 1010111 11011

Color Harmonies of #7F3709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3709

Black with #7F3709

Text Example


Text Example

White with #7F3709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,9); }

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

background-color css

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

 a { background-color: rgb(127,55,9); }

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

border-color css

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

 span { border-color: rgb(127,55,9); }

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