#7E2F01

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

Shades of Saddle Brown #7E2F01

Tints of Saddle Brown #7E2F01

Color information

#7E2F01 (or 0x7E2F01) is unknown color: approx Saddle Brown. HEX triplet: 7E, 2F and 01. RGB value is (126,47,1). Sum of RGB (Red+Green+Blue) = 126+47+1=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2F01 is #81D0FE. Grayscale: #414141. Windows color (decimal): -8507647 or 77694. OLE color: 77694.

HSL color Cylindrical-coordinate representation of color #7E2F01: hue angle of 22.08º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E2F01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB126471-
CMYK00.630.990.51
HSL22.08º98.43%24.9%-
HSV(B)22.08º99.21%49.41%-
XYZ9.636.470.77-
YUV65.3891.67171.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72.41%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=72.41%
G=27.01%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12647100.630.990.5122.0898.4324.9
Hex7E2F103F6333166219
Octal176571077143632614231
Binary111111010111110111111110001111001110110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,47,1); }

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

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

 a { background-color: rgb(126,47,1); }

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

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

 span { border-color: rgb(126,47,1); }

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