#7C3A01

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

Shades of Saddle Brown #7C3A01

Tints of Saddle Brown #7C3A01

Color information

#7C3A01 (or 0x7C3A01) is unknown color: approx Saddle Brown. HEX triplet: 7C, 3A and 01. RGB value is (124,58,1). Sum of RGB (Red+Green+Blue) = 124+58+1=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3A01 is #83C5FE. Grayscale: #474747. Windows color (decimal): -8635903 or 80508. OLE color: 80508.

HSL color Cylindrical-coordinate representation of color #7C3A01: hue angle of 27.8º 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 #7C3A01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB124581-
CMYK00.530.990.51
HSL27.8º98.4%24.51%-
HSV(B)27.8º99.19%48.63%-
XYZ9.837.310.92-
YUV71.2488.37165.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.76%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=67.76%
G=31.69%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12458100.530.990.5127.898.424.51
Hex7C3A103563331c6219
Octal174721065143633414231
Binary111110011101010110101110001111001111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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