Html Css Color HEX #422821 Brown Pod

📋 copy color: '#422821'

red 66 ◦ green 40 ◦ blue 33

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

Shades of Brown Pod #422821

Tints of Brown Pod #422821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

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

R = 47.48%
G = 28.78%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422821 (or 0x422821) is known color: Brown Pod. HEX triplet: 42, 28 and 21. RGB value is (66,40,33). Sum of RGB (Red+Green+Blue) = 66+40+33=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422821 is #BDD7DE. Grayscale: #2F2F2F. Windows color (decimal): -12441567 or 2172994. OLE color: 2172994.

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

Color convert

RGB 66 40 33 -
CMYK 0 0.39 0.5 0.74
HSL 12.73º 0.33% 0.19% -
HSV(B) 12.73º 0.5% 0.26% -
XYZ 3.28 2.79 1.8 -
YUV 46.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 66 40 33 0 0.39 0.5 0.74 12.73 0.33 0.19
Hex 42 28 21 0 27 32 4A D 21 13
Octal 102 50 41 0 47 62 112 15 41 23
Binary 1000010 101000 100001 0 100111 110010 1001010 1101 100001 10011

Color Harmonies of #422821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422821

Black with #422821

Text Example


Text Example

White with #422821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422821; }

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

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

background-color css

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

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

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

border-color css

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

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

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