Html Css Color HEX #423220 Clinker

📋 copy color: '#423220'

red 66 ◦ green 50 ◦ blue 32

#423220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clinker #423220

Tints of Clinker #423220

RGB

 RED value IS 66 (26.17% from 255) = 44.59%

 GREEN value IS 50 (19.92% from 255) = 33.78%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 44.59%
G = 33.78%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#423220 (or 0x423220) is known color: Clinker. HEX triplet: 42, 32 and 20. RGB value is (66,50,32). Sum of RGB (Red+Green+Blue) = 66+50+32=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #423220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423220 is #BDCDDF. Grayscale: #343434. Windows color (decimal): -12439008 or 2110018. OLE color: 2110018.

HSL color Cylindrical-coordinate representation of color #423220: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423220 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 50 32 -
CMYK 0 0.24 0.52 0.74
HSL 31.76º 0.35% 0.19% -
HSV(B) 31.76º 0.52% 0.26% -
XYZ 3.65 3.54 1.86 -
YUV 52.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 66 50 32 0 0.24 0.52 0.74 31.76 0.35 0.19
Hex 42 32 20 0 18 34 4A 20 23 13
Octal 102 62 40 0 30 64 112 40 43 23
Binary 1000010 110010 100000 0 11000 110100 1001010 100000 100011 10011

Color Harmonies of #423220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423220

Black with #423220

Text Example


Text Example

White with #423220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423220; }

 p { color: rgb(66,50,32); }

 H1.HeaderClassName
 {
   color: #423220;
 }
 .AnyTagClassName
 {
   color: #423220;
 }
</style>

background-color css

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

 a { background-color: rgb(66,50,32); }

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

border-color css

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

 span { border-color: rgb(66,50,32); }

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