Html Css Color HEX #422210 Brown Pod

📋 copy color: '#422210'

red 66 ◦ green 34 ◦ blue 16

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

Shades of Brown Pod #422210

Tints of Brown Pod #422210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.79%

R = 56.9%
G = 29.31%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422210 (or 0x422210) is known color: Brown Pod. HEX triplet: 42, 22 and 10. RGB value is (66,34,16). Sum of RGB (Red+Green+Blue) = 66+34+16=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #422210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422210 is #BDDDEF. Grayscale: #292929. Windows color (decimal): -12443120 or 1057346. OLE color: 1057346.

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

Color convert

RGB 66 34 16 -
CMYK 0 0.48 0.76 0.74
HSL 21.6º 0.61% 0.16% -
HSV(B) 21.6º 0.76% 0.26% -
XYZ 2.91 2.34 0.79 -
YUV 41.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 66 34 16 0 0.48 0.76 0.74 21.6 0.61 0.16
Hex 42 22 10 0 30 4C 4A 16 3D 10
Octal 102 42 20 0 60 114 112 26 75 20
Binary 1000010 100010 10000 0 110000 1001100 1001010 10110 111101 10000

Color Harmonies of #422210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422210

Black with #422210

Text Example


Text Example

White with #422210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422210; }

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

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

background-color css

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

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

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

border-color css

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

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

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