#413323

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

Shades of Clinker #413323

Tints of Clinker #413323

Color information

#413323 (or 0x413323) is unknown color: approx Clinker. HEX triplet: 41, 33 and 23. RGB value is (65,51,35). Sum of RGB (Red+Green+Blue) = 65+51+35=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #413323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413323 is #BECCDC. Grayscale: #353535. Windows color (decimal): -12504285 or 2306881. OLE color: 2306881.

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

Color convert

RGB655135-
CMYK00.220.460.75
HSL32º30%19.61%-
HSV(B)32º46.15%25.49%-
XYZ3.673.612.09-
YUV53.36117.64136.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=43.05%
G=33.77%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513500.220.460.75323019.61
Hex4133230162E4B201e14
Octal101634302656113403624
Binary100000111001110001101011010111010010111000001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413323; }

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

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

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

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

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

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

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

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