#413322

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

Shades of Clinker #413322

Tints of Clinker #413322

Color information

#413322 (or 0x413322) is unknown color: approx Clinker. HEX triplet: 41, 33 and 22. RGB value is (65,51,34). Sum of RGB (Red+Green+Blue) = 65+51+34=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413322 is #BECCDD. Grayscale: #353535. Windows color (decimal): -12504286 or 2241345. OLE color: 2241345.

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

Color convert

RGB655134-
CMYK00.220.480.75
HSL32.9º31.31%19.41%-
HSV(B)32.9º47.69%25.49%-
XYZ3.653.612.02-
YUV53.25117.14136.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=43.33%
G=34%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513400.220.480.7532.931.3119.41
Hex413322016304B211f13
Octal101634202660113413723
Binary100000111001110001001011011000010010111000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413322; }

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

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

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

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

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

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

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

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