#7B3302

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

Shades of Saddle Brown #7B3302

Tints of Saddle Brown #7B3302

Color information

#7B3302 (or 0x7B3302) is unknown color: approx Saddle Brown. HEX triplet: 7B, 33 and 02. RGB value is (123,51,2). Sum of RGB (Red+Green+Blue) = 123+51+2=176 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.89% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3302 is #84CCFD. Grayscale: #434343. Windows color (decimal): -8703230 or 144251. OLE color: 144251.

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

Color convert

RGB123512-
CMYK00.590.980.52
HSL24.3º96.8%24.51%-
HSV(B)24.3º98.37%48.24%-
XYZ9.366.580.83-
YUV66.9491.35167.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.89%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=69.89%
G=28.98%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12351200.590.980.5224.396.824.51
Hex7B33203B6234186119
Octal173632073142643014131
Binary1111011110011100111011110001011010011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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