#422D0E

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

Shades of Clinker #422D0E

Tints of Clinker #422D0E

Color information

#422D0E (or 0x422D0E) is unknown color: approx Clinker. HEX triplet: 42, 2D and 0E. RGB value is (66,45,14). Sum of RGB (Red+Green+Blue) = 66+45+14=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D0E is #BDD2F1. Grayscale: #2F2F2F. Windows color (decimal): -12440306 or 929090. OLE color: 929090.

HSL color Cylindrical-coordinate representation of color #422D0E: hue angle of 35.77º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422D0E is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB664514-
CMYK00.320.790.74
HSL35.77º65%15.69%-
HSV(B)35.77º78.79%25.88%-
XYZ3.263.070.84-
YUV47.74108.96141.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=52.8%
G=36%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66451400.320.790.7435.776515.69
Hex422DE0204F4A244110
Octal10255160401171124410120
Binary10000101011011110010000010011111001010100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D0E; }

 p { color: rgb(66,45,14); }

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

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

 a { background-color: rgb(66,45,14); }

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

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

 span { border-color: rgb(66,45,14); }

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