Html Css Color HEX #422221 Livid Brown

📋 copy color: '#422221'

red 66 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #422221

Tints of Livid Brown #422221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

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

R = 49.62%
G = 25.56%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422221 (or 0x422221) is known color: Livid Brown. HEX triplet: 42, 22 and 21. RGB value is (66,34,33). Sum of RGB (Red+Green+Blue) = 66+34+33=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422221 is #BDDDDE. Grayscale: #2B2B2B. Windows color (decimal): -12443103 or 2171458. OLE color: 2171458.

HSL color Cylindrical-coordinate representation of color #422221: hue angle of 1.82º 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 #422221 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 34 33 -
CMYK 0 0.48 0.5 0.74
HSL 1.82º 0.33% 0.19% -
HSV(B) 1.82º 0.5% 0.26% -
XYZ 3.09 2.41 1.74 -
YUV 43.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 66 34 33 0 0.48 0.5 0.74 1.82 0.33 0.19
Hex 42 22 21 0 30 32 4A 2 21 13
Octal 102 42 41 0 60 62 112 2 41 23
Binary 1000010 100010 100001 0 110000 110010 1001010 10 100001 10011

Color Harmonies of #422221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422221

Black with #422221

Text Example


Text Example

White with #422221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422221; }

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

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

background-color css

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

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

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

border-color css

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

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

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