#7B3602

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

Shades of Saddle Brown #7B3602

Tints of Saddle Brown #7B3602

Color information

#7B3602 (or 0x7B3602) is unknown color: approx Saddle Brown. HEX triplet: 7B, 36 and 02. RGB value is (123,54,2). Sum of RGB (Red+Green+Blue) = 123+54+2=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3602 is #84C9FD. Grayscale: #444444. Windows color (decimal): -8702462 or 145019. OLE color: 145019.

HSL color Cylindrical-coordinate representation of color #7B3602: hue angle of 25.79º 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 #7B3602 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB123542-
CMYK00.560.980.52
HSL25.79º96.8%24.51%-
HSV(B)25.79º98.37%48.24%-
XYZ9.56.850.88-
YUV68.790.36166.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.72%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=68.72%
G=30.17%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12354200.560.980.5225.7996.824.51
Hex7B36203862341a6119
Octal173662070142643214131
Binary1111011110110100111000110001011010011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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