Html Css Color HEX #422219 Brown Pod

📋 copy color: '#422219'

red 66 ◦ green 34 ◦ blue 25

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

Shades of Brown Pod #422219

Tints of Brown Pod #422219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20%

R = 52.8%
G = 27.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#422219 (or 0x422219) is known color: Brown Pod. HEX triplet: 42, 22 and 19. RGB value is (66,34,25). Sum of RGB (Red+Green+Blue) = 66+34+25=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422219 is #BDDDE6. Grayscale: #2A2A2A. Windows color (decimal): -12443111 or 1647170. OLE color: 1647170.

HSL color Cylindrical-coordinate representation of color #422219: hue angle of 13.17º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422219 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 34 25 -
CMYK 0 0.48 0.62 0.74
HSL 13.17º 0.45% 0.18% -
HSV(B) 13.17º 0.62% 0.26% -
XYZ 2.99 2.37 1.22 -
YUV 42.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 66 34 25 0 0.48 0.62 0.74 13.17 0.45 0.18
Hex 42 22 19 0 30 3E 4A D 2D 12
Octal 102 42 31 0 60 76 112 15 55 22
Binary 1000010 100010 11001 0 110000 111110 1001010 1101 101101 10010

Color Harmonies of #422219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422219

Black with #422219

Text Example


Text Example

White with #422219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422219; }

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

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

background-color css

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

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

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

border-color css

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

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

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