#7C3803

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

Shades of Saddle Brown #7C3803

Tints of Saddle Brown #7C3803

Color information

#7C3803 (or 0x7C3803) is unknown color: approx Saddle Brown. HEX triplet: 7C, 38 and 03. RGB value is (124,56,3). Sum of RGB (Red+Green+Blue) = 124+56+3=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3803 is #83C7FC. Grayscale: #464646. Windows color (decimal): -8636413 or 211068. OLE color: 211068.

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

Color convert

RGB124563-
CMYK00.550.980.51
HSL26.28º95.28%24.9%-
HSV(B)26.28º97.58%48.63%-
XYZ9.747.120.95-
YUV70.2990.03166.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.76%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 3 (1.56% from 255) = 1.64%
R=67.76%
G=30.60%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12456300.550.980.5126.2895.2824.9
Hex7C38303762331a5f19
Octal174703067142633213731
Binary1111100111000110110111110001011001111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,3); }

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

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

 a { background-color: rgb(124,56,3); }

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

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

 span { border-color: rgb(124,56,3); }

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