Html Css Color HEX #422521 Brown Pod

📋 copy color: '#422521'

red 66 ◦ green 37 ◦ blue 33

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

Shades of Brown Pod #422521

Tints of Brown Pod #422521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

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

R = 48.53%
G = 27.21%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422521 (or 0x422521) is known color: Brown Pod. HEX triplet: 42, 25 and 21. RGB value is (66,37,33). Sum of RGB (Red+Green+Blue) = 66+37+33=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #422521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422521 is #BDDADE. Grayscale: #2D2D2D. Windows color (decimal): -12442335 or 2172226. OLE color: 2172226.

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

Color convert

RGB 66 37 33 -
CMYK 0 0.44 0.5 0.74
HSL 7.27º 0.33% 0.19% -
HSV(B) 7.27º 0.5% 0.26% -
XYZ 3.18 2.59 1.77 -
YUV 45.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 66 37 33 0 0.44 0.5 0.74 7.27 0.33 0.19
Hex 42 25 21 0 2C 32 4A 7 21 13
Octal 102 45 41 0 54 62 112 7 41 23
Binary 1000010 100101 100001 0 101100 110010 1001010 111 100001 10011

Color Harmonies of #422521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422521

Black with #422521

Text Example


Text Example

White with #422521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422521; }

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

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

background-color css

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

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

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

border-color css

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

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

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