#7A3405

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

Shades of Saddle Brown #7A3405

Tints of Saddle Brown #7A3405

Color information

#7A3405 (or 0x7A3405) is unknown color: approx Saddle Brown. HEX triplet: 7A, 34 and 05. RGB value is (122,52,5). Sum of RGB (Red+Green+Blue) = 122+52+5=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3405 is #85CBFA. Grayscale: #434343. Windows color (decimal): -8768507 or 341114. OLE color: 341114.

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

Color convert

RGB122525-
CMYK00.570.960.52
HSL24.1º92.13%24.9%-
HSV(B)24.1º95.9%47.84%-
XYZ9.286.60.93-
YUV67.5792.69166.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.16%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=68.16%
G=29.05%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12252500.570.960.5224.192.1324.9
Hex7A3450396034185c19
Octal172645071140643013431
Binary11110101101001010111001110000011010011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,52,5); }

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

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

 a { background-color: rgb(122,52,5); }

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

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

 span { border-color: rgb(122,52,5); }

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