#423019

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

Shades of Clinker #423019

Tints of Clinker #423019

Color information

#423019 (or 0x423019) is unknown color: approx Clinker. HEX triplet: 42, 30 and 19. RGB value is (66,48,25). Sum of RGB (Red+Green+Blue) = 66+48+25=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #423019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423019 is #BDCFE6. Grayscale: #323232. Windows color (decimal): -12439527 or 1650754. OLE color: 1650754.

HSL color Cylindrical-coordinate representation of color #423019: hue angle of 33.66º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423019 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB664825-
CMYK00.270.620.74
HSL33.66º45.05%17.84%-
HSV(B)33.66º62.12%25.88%-
XYZ3.483.341.38-
YUV50.76113.46138.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=47.48%
G=34.53%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66482500.270.620.7433.6645.0517.84
Hex42301901B3E4A222d12
Octal102603103376112425522
Binary100001011000011001011011111110100101010001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423019; }

 p { color: rgb(66,48,25); }

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

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

 a { background-color: rgb(66,48,25); }

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

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

 span { border-color: rgb(66,48,25); }

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