#7c2800

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

Shades of Saddle Brown #7C2800

Tints of Saddle Brown #7C2800

Color information

#7C2800 (or 0x7C2800) is unknown color: approx Saddle Brown. HEX triplet: 7C, 28 and 00. RGB value is (124,40,0). Sum of RGB (Red+Green+Blue) = 124+40+0=164 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.61% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2800 is #83D7FF. Grayscale: #3C3C3C. Windows color (decimal): -8640512 or 10364. OLE color: 10364.

HSL color Cylindrical-coordinate representation of color #7C2800: hue angle of 19.35º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C2800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB124400-
CMYK00.6810.51
HSL19.35º100%24.31%-
HSV(B)19.35º100%48.63%-
XYZ9.075.80.64-
YUV60.5693.83173.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 75.61%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.61%
G=24.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12440000.6810.5119.3510024.31
Hex7C2800446433136418
Octal1745000104144632314430
Binary1111100101000001000100110010011001110011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,0); }

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

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

 a { background-color: rgb(124,40,0); }

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

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

 span { border-color: rgb(124,40,0); }

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