#7C3101

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

Shades of Saddle Brown #7C3101

Tints of Saddle Brown #7C3101

Color information

#7C3101 (or 0x7C3101) is unknown color: approx Saddle Brown. HEX triplet: 7C, 31 and 01. RGB value is (124,49,1). Sum of RGB (Red+Green+Blue) = 124+49+1=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3101 is #83CEFE. Grayscale: #424242. Windows color (decimal): -8638207 or 78204. OLE color: 78204.

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

Color convert

RGB124491-
CMYK00.600.990.51
HSL23.41º98.4%24.51%-
HSV(B)23.41º99.19%48.63%-
XYZ9.426.480.78-
YUV65.9591.35169.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.26%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=71.26%
G=28.16%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12449100.600.990.5123.4198.424.51
Hex7C31103C6333176219
Octal174611074143632714231
Binary111110011000110111100110001111001110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,49,1); }

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

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

 a { background-color: rgb(124,49,1); }

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

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

 span { border-color: rgb(124,49,1); }

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