Html Css Color HEX #422321 Brown Pod

📋 copy color: '#422321'

red 66 ◦ green 35 ◦ blue 33

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

Shades of Brown Pod #422321

Tints of Brown Pod #422321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 49.25%
G = 26.12%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422321 (or 0x422321) is known color: Brown Pod. HEX triplet: 42, 23 and 21. RGB value is (66,35,33). Sum of RGB (Red+Green+Blue) = 66+35+33=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422321 is #BDDCDE. Grayscale: #2C2C2C. Windows color (decimal): -12442847 or 2171714. OLE color: 2171714.

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

Color convert

RGB 66 35 33 -
CMYK 0 0.47 0.5 0.74
HSL 3.64º 0.33% 0.19% -
HSV(B) 3.64º 0.5% 0.26% -
XYZ 3.12 2.47 1.75 -
YUV 44.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 66 35 33 0 0.47 0.5 0.74 3.64 0.33 0.19
Hex 42 23 21 0 2F 32 4A 4 21 13
Octal 102 43 41 0 57 62 112 4 41 23
Binary 1000010 100011 100001 0 101111 110010 1001010 100 100001 10011

Color Harmonies of #422321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422321

Black with #422321

Text Example


Text Example

White with #422321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422321; }

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

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

background-color css

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

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

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

border-color css

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

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

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