#7B3B06

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

Shades of Saddle Brown #7B3B06

Tints of Saddle Brown #7B3B06

Color information

#7B3B06 (or 0x7B3B06) is unknown color: approx Saddle Brown. HEX triplet: 7B, 3B and 06. RGB value is (123,59,6). Sum of RGB (Red+Green+Blue) = 123+59+6=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3B06 is #84C4F9. Grayscale: #484848. Windows color (decimal): -8701178 or 408443. OLE color: 408443.

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

Color convert

RGB123596-
CMYK00.520.950.52
HSL27.18º90.7%25.29%-
HSV(B)27.18º95.12%48.24%-
XYZ9.777.351.08-
YUV72.0990.7164.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.43%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=65.43%
G=31.38%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12359600.520.950.5227.1890.725.29
Hex7B3B60345F341b5b19
Octal173736064137643313331
Binary11110111110111100110100101111111010011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,59,6); }

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

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

 a { background-color: rgb(123,59,6); }

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

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

 span { border-color: rgb(123,59,6); }

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