#423117

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

Shades of Clinker #423117

Tints of Clinker #423117

Color information

#423117 (or 0x423117) is unknown color: approx Clinker. HEX triplet: 42, 31 and 17. RGB value is (66,49,23). Sum of RGB (Red+Green+Blue) = 66+49+23=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423117 is #BDCEE8. Grayscale: #333333. Windows color (decimal): -12439273 or 1519938. OLE color: 1519938.

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

Color convert

RGB664923-
CMYK00.260.650.74
HSL36.28º48.31%17.45%-
HSV(B)36.28º65.15%25.88%-
XYZ3.53.421.29-
YUV51.12112.13138.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=47.83%
G=35.51%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66492300.260.650.7436.2848.3117.45
Hex42311701A414A243011
Octal1026127032101112446021
Binary1000010110001101110110101000001100101010010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423117; }

 p { color: rgb(66,49,23); }

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

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

 a { background-color: rgb(66,49,23); }

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

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

 span { border-color: rgb(66,49,23); }

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