#413018

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

Shades of Clinker #413018

Tints of Clinker #413018

Color information

#413018 (or 0x413018) is unknown color: approx Clinker. HEX triplet: 41, 30 and 18. RGB value is (65,48,24). Sum of RGB (Red+Green+Blue) = 65+48+24=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413018 is #BECFE7. Grayscale: #323232. Windows color (decimal): -12505064 or 1585217. OLE color: 1585217.

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

Color convert

RGB654824-
CMYK00.260.630.75
HSL35.12º46.07%17.45%-
HSV(B)35.12º63.08%25.49%-
XYZ3.43.31.32-
YUV50.35113.13138.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=47.45%
G=35.04%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482400.260.630.7535.1246.0717.45
Hex41301801A3F4B232e11
Octal101603003277113435621
Binary100000111000011000011010111111100101110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413018; }

 p { color: rgb(65,48,24); }

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

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

 a { background-color: rgb(65,48,24); }

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

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

 span { border-color: rgb(65,48,24); }

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