#413320

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

Shades of Clinker #413320

Tints of Clinker #413320

Color information

#413320 (or 0x413320) is unknown color: approx Clinker. HEX triplet: 41, 33 and 20. RGB value is (65,51,32). Sum of RGB (Red+Green+Blue) = 65+51+32=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #413320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413320 is #BECCDF. Grayscale: #353535. Windows color (decimal): -12504288 or 2110273. OLE color: 2110273.

HSL color Cylindrical-coordinate representation of color #413320: hue angle of 34.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413320 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB655132-
CMYK00.220.510.75
HSL34.55º34.02%19.02%-
HSV(B)34.55º50.77%25.49%-
XYZ3.623.61.87-
YUV53.02116.14136.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=43.92%
G=34.46%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513200.220.510.7534.5534.0219.02
Hex413320016334B232213
Octal101634002663113434223
Binary1000001110011100000010110110011100101110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413320; }

 p { color: rgb(65,51,32); }

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

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

 a { background-color: rgb(65,51,32); }

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

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

 span { border-color: rgb(65,51,32); }

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