#7D3A02

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

Shades of Saddle Brown #7D3A02

Tints of Saddle Brown #7D3A02

Color information

#7D3A02 (or 0x7D3A02) is unknown color: approx Saddle Brown. HEX triplet: 7D, 3A and 02. RGB value is (125,58,2). Sum of RGB (Red+Green+Blue) = 125+58+2=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3A02 is #82C5FD. Grayscale: #474747. Windows color (decimal): -8570366 or 146045. OLE color: 146045.

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

Color convert

RGB125582-
CMYK00.540.980.51
HSL27.32º96.85%24.9%-
HSV(B)27.32º98.4%49.02%-
XYZ9.987.390.96-
YUV71.6588.7166.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.57%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=67.57%
G=31.35%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12558200.540.980.5127.3296.8524.9
Hex7D3A203662331b6119
Octal175722066142633314131
Binary1111101111010100110110110001011001111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,58,2); }

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

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

 a { background-color: rgb(125,58,2); }

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

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

 span { border-color: rgb(125,58,2); }

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