#7F2E05

Color #7F2E05 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #7F2E05

Tints of Saddle Brown #7F2E05

Color information

#7F2E05 (or 0x7F2E05) is unknown color: approx Saddle Brown. HEX triplet: 7F, 2E and 05. RGB value is (127,46,5). Sum of RGB (Red+Green+Blue) = 127+46+5=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2E05 is #80D1FA. Grayscale: #414141. Windows color (decimal): -8442363 or 339583. OLE color: 339583.

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

Color convert

RGB127465-
CMYK00.640.960.50
HSL20.16º92.42%25.88%-
HSV(B)20.16º96.06%49.8%-
XYZ9.766.480.88-
YUV65.5493.84171.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 71.35%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=71.35%
G=25.84%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12746500.640.960.5020.1692.4225.88
Hex7F2E50406032145c1a
Octal1775650100140622413432
Binary111111110111010101000000110000011001010100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,5); }

 H1.HeaderClassName
 {
   color: #7F2E05;
 }
 .AnyTagClassName
 {
   color: #7F2E05;
 }
</style>
background-color css

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

 a { background-color: rgb(127,46,5); }

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

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

 span { border-color: rgb(127,46,5); }

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