#7F3302

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

Shades of Saddle Brown #7F3302

Tints of Saddle Brown #7F3302

Color information

#7F3302 (or 0x7F3302) is unknown color: approx Saddle Brown. HEX triplet: 7F, 33 and 02. RGB value is (127,51,2). Sum of RGB (Red+Green+Blue) = 127+51+2=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3302 is #80CCFD. Grayscale: #444444. Windows color (decimal): -8441086 or 144255. OLE color: 144255.

HSL color Cylindrical-coordinate representation of color #7F3302: hue angle of 23.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F3302 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB127512-
CMYK00.600.980.50
HSL23.52º96.9%25.29%-
HSV(B)23.52º98.43%49.8%-
XYZ9.956.880.86-
YUV68.1490.68169.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.56%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=70.56%
G=28.33%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12751200.600.980.5023.5296.925.29
Hex7F33203C6232186119
Octal177632074142623014131
Binary1111111110011100111100110001011001011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,2); }

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

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

 a { background-color: rgb(127,51,2); }

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

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

 span { border-color: rgb(127,51,2); }

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