#423016

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

Shades of Clinker #423016

Tints of Clinker #423016

Color information

#423016 (or 0x423016) is unknown color: approx Clinker. HEX triplet: 42, 30 and 16. RGB value is (66,48,22). Sum of RGB (Red+Green+Blue) = 66+48+22=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #423016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423016 is #BDCFE9. Grayscale: #323232. Windows color (decimal): -12439530 or 1454146. OLE color: 1454146.

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

Color convert

RGB664822-
CMYK00.270.670.74
HSL35.45º50%17.25%-
HSV(B)35.45º66.67%25.88%-
XYZ3.453.331.22-
YUV50.42111.96139.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=48.53%
G=35.29%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66482200.270.670.7435.455017.25
Hex42301601B434A233211
Octal1026026033103112436221
Binary1000010110000101100110111000011100101010001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423016; }

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

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

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

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

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

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

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

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