#7C390A

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

Shades of Saddle Brown #7C390A

Tints of Saddle Brown #7C390A

Color information

#7C390A (or 0x7C390A) is unknown color: approx Saddle Brown. HEX triplet: 7C, 39 and 0A. RGB value is (124,57,10). Sum of RGB (Red+Green+Blue) = 124+57+10=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C390A is #83C6F5. Grayscale: #474747. Windows color (decimal): -8636150 or 670076. OLE color: 670076.

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

Color convert

RGB1245710-
CMYK00.540.920.51
HSL24.74º85.07%26.27%-
HSV(B)24.74º91.94%48.63%-
XYZ9.837.231.17-
YUV71.6893.2165.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.92%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=64.92%
G=29.84%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124571000.540.920.5124.7485.0726.27
Hex7C39A0365C3319551a
Octal1747112066134633112532
Binary111110011100110100110110101110011001111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,10); }

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

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

 a { background-color: rgb(124,57,10); }

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

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

 span { border-color: rgb(124,57,10); }

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