#7B3A03

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

Shades of Saddle Brown #7B3A03

Tints of Saddle Brown #7B3A03

Color information

#7B3A03 (or 0x7B3A03) is unknown color: approx Saddle Brown. HEX triplet: 7B, 3A and 03. RGB value is (123,58,3). Sum of RGB (Red+Green+Blue) = 123+58+3=184 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.85% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3A03 is #84C5FC. Grayscale: #474747. Windows color (decimal): -8701437 or 211579. OLE color: 211579.

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

Color convert

RGB123583-
CMYK00.530.980.52
HSL27.5º95.24%24.71%-
HSV(B)27.5º97.56%48.24%-
XYZ9.77.240.97-
YUV71.1789.53164.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 66.85%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=66.85%
G=31.52%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12358300.530.980.5227.595.2424.71
Hex7B3A303562341c5f19
Octal173723065142643413731
Binary1111011111010110110101110001011010011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,58,3); }

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

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

 a { background-color: rgb(123,58,3); }

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

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

 span { border-color: rgb(123,58,3); }

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