#4C3813

Color #4C3813 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #4C3813

Tints of Clinker #4C3813

Color information

#4C3813 (or 0x4C3813) is unknown color: approx Clinker. HEX triplet: 4C, 38 and 13. RGB value is (76,56,19). Sum of RGB (Red+Green+Blue) = 76+56+19=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3813 is #B3C7EC. Grayscale: #393939. Windows color (decimal): -11782125 or 1259596. OLE color: 1259596.

HSL color Cylindrical-coordinate representation of color #4C3813: hue angle of 38.95º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C3813 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB765619-
CMYK00.260.750.70
HSL38.95º60%18.63%-
HSV(B)38.95º75%29.8%-
XYZ4.514.411.23-
YUV57.76106.13141.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.33%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=50.33%
G=37.09%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76561900.260.750.7038.956018.63
Hex4C381301A4B46273c13
Octal1147023032113106477423
Binary1001100111000100110110101001011100011010011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3813; }

 p { color: rgb(76,56,19); }

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

<style>
 a { background-color: #4C3813; }

 a { background-color: rgb(76,56,19); }

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

<style>
 span { border-color: #4C3813; }

 span { border-color: rgb(76,56,19); }

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