Html Css Color HEX #422110 Brown Pod

📋 copy color: '#422110'

red 66 ◦ green 33 ◦ blue 16

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

Shades of Brown Pod #422110

Tints of Brown Pod #422110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.7%

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

R = 57.39%
G = 28.7%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422110 (or 0x422110) is known color: Brown Pod. HEX triplet: 42, 21 and 10. RGB value is (66,33,16). Sum of RGB (Red+Green+Blue) = 66+33+16=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422110 is #BDDEEF. Grayscale: #292929. Windows color (decimal): -12443376 or 1057090. OLE color: 1057090.

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

Color convert

RGB 66 33 16 -
CMYK 0 0.5 0.76 0.74
HSL 20.4º 0.61% 0.16% -
HSV(B) 20.4º 0.76% 0.26% -
XYZ 2.88 2.28 0.78 -
YUV 40.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 66 33 16 0 0.5 0.76 0.74 20.4 0.61 0.16
Hex 42 21 10 0 32 4C 4A 14 3D 10
Octal 102 41 20 0 62 114 112 24 75 20
Binary 1000010 100001 10000 0 110010 1001100 1001010 10100 111101 10000

Color Harmonies of #422110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422110

Black with #422110

Text Example


Text Example

White with #422110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422110; }

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

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

background-color css

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

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

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

border-color css

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

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

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