Html Css Color HEX #423221 Clinker

📋 copy color: '#423221'

red 66 ◦ green 50 ◦ blue 33

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

Shades of Clinker #423221

Tints of Clinker #423221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 44.3%
G = 33.56%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#423221 (or 0x423221) is known color: Clinker. HEX triplet: 42, 32 and 21. RGB value is (66,50,33). Sum of RGB (Red+Green+Blue) = 66+50+33=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #423221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423221 is #BDCDDE. Grayscale: #343434. Windows color (decimal): -12439007 or 2175554. OLE color: 2175554.

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

Color convert

RGB 66 50 33 -
CMYK 0 0.24 0.5 0.74
HSL 30.91º 0.33% 0.19% -
HSV(B) 30.91º 0.5% 0.26% -
XYZ 3.66 3.55 1.93 -
YUV 52.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 66 50 33 0 0.24 0.5 0.74 30.91 0.33 0.19
Hex 42 32 21 0 18 32 4A 1F 21 13
Octal 102 62 41 0 30 62 112 37 41 23
Binary 1000010 110010 100001 0 11000 110010 1001010 11111 100001 10011

Color Harmonies of #423221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423221

Black with #423221

Text Example


Text Example

White with #423221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423221; }

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

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

background-color css

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

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

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

border-color css

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

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

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