Html Css Color HEX #7F400E Saddle Brown

📋 copy color: '#7F400E'

red 127 ◦ green 64 ◦ blue 14

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

Shades of Saddle Brown #7F400E

Tints of Saddle Brown #7F400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 61.95%
G = 31.22%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F400E (or 0x7F400E) is known color: Saddle Brown. HEX triplet: 7F, 40 and 0E. RGB value is (127,64,14). Sum of RGB (Red+Green+Blue) = 127+64+14=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F400E is #80BFF1. Grayscale: #4D4D4D. Windows color (decimal): -8437746 or 934015. OLE color: 934015.

HSL color Cylindrical-coordinate representation of color #7F400E: hue angle of 26.55º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F400E is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 64 14 -
CMYK 0 0.50 0.89 0.50
HSL 26.55º 0.8% 0.28% -
HSV(B) 26.55º 0.89% 0.5% -
XYZ 10.67 8.21 1.44 -
YUV 77.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 127 64 14 0 0.50 0.89 0.50 26.55 0.8 0.28
Hex 7F 40 E 0 32 59 32 1B 50 1C
Octal 177 100 16 0 62 131 62 33 120 34
Binary 1111111 1000000 1110 0 110010 1011001 110010 11011 1010000 11100

Color Harmonies of #7F400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F400E

Black with #7F400E

Text Example


Text Example

White with #7F400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,64,14); }

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

background-color css

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

 a { background-color: rgb(127,64,14); }

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

border-color css

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

 span { border-color: rgb(127,64,14); }

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