Html Css Color HEX #422217 Brown Pod

📋 copy color: '#422217'

red 66 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #422217

Tints of Brown Pod #422217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 53.66%
G = 27.64%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#422217 (or 0x422217) is known color: Brown Pod. HEX triplet: 42, 22 and 17. RGB value is (66,34,23). Sum of RGB (Red+Green+Blue) = 66+34+23=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422217 is #BDDDE8. Grayscale: #2A2A2A. Windows color (decimal): -12443113 or 1516098. OLE color: 1516098.

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

Color convert

RGB 66 34 23 -
CMYK 0 0.48 0.65 0.74
HSL 15.35º 0.48% 0.17% -
HSV(B) 15.35º 0.65% 0.26% -
XYZ 2.97 2.36 1.11 -
YUV 42.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 66 34 23 0 0.48 0.65 0.74 15.35 0.48 0.17
Hex 42 22 17 0 30 41 4A F 30 11
Octal 102 42 27 0 60 101 112 17 60 21
Binary 1000010 100010 10111 0 110000 1000001 1001010 1111 110000 10001

Color Harmonies of #422217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422217

Black with #422217

Text Example


Text Example

White with #422217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422217; }

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

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

background-color css

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

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

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

border-color css

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

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

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