#413321

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

Shades of Clinker #413321

Tints of Clinker #413321

Color information

#413321 (or 0x413321) is unknown color: approx Clinker. HEX triplet: 41, 33 and 21. RGB value is (65,51,33). Sum of RGB (Red+Green+Blue) = 65+51+33=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #413321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413321 is #BECCDE. Grayscale: #353535. Windows color (decimal): -12504287 or 2175809. OLE color: 2175809.

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

Color convert

RGB655133-
CMYK00.220.490.75
HSL33.75º32.65%19.22%-
HSV(B)33.75º49.23%25.49%-
XYZ3.643.61.94-
YUV53.13116.64136.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=43.62%
G=34.23%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513300.220.490.7533.7532.6519.22
Hex413321016314B222113
Octal101634102661113424123
Binary1000001110011100001010110110001100101110001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413321; }

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

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

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

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

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

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

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

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