Html Css Color HEX #7F3406 Saddle Brown

📋 copy color: '#7F3406'

red 127 ◦ green 52 ◦ blue 6

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

Shades of Saddle Brown #7F3406

Tints of Saddle Brown #7F3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 68.65%
G = 28.11%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#7F3406 (or 0x7F3406) is known color: Saddle Brown. HEX triplet: 7F, 34 and 06. RGB value is (127,52,6). Sum of RGB (Red+Green+Blue) = 127+52+6=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3406 is #80CBF9. Grayscale: #454545. Windows color (decimal): -8440826 or 406655. OLE color: 406655.

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

Color convert

RGB 127 52 6 -
CMYK 0 0.59 0.95 0.50
HSL 22.81º 0.91% 0.26% -
HSV(B) 22.81º 0.95% 0.5% -
XYZ 10.01 6.98 0.99 -
YUV 69.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 127 52 6 0 0.59 0.95 0.50 22.81 0.91 0.26
Hex 7F 34 6 0 3B 5F 32 17 5B 1A
Octal 177 64 6 0 73 137 62 27 133 32
Binary 1111111 110100 110 0 111011 1011111 110010 10111 1011011 11010

Color Harmonies of #7F3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3406

Black with #7F3406

Text Example


Text Example

White with #7F3406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,52,6); }

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

background-color css

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

 a { background-color: rgb(127,52,6); }

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

border-color css

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

 span { border-color: rgb(127,52,6); }

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