Html Css Color HEX #422017 Brown Pod

📋 copy color: '#422017'

red 66 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #422017

Tints of Brown Pod #422017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

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

R = 54.55%
G = 26.45%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#422017 (or 0x422017) is known color: Brown Pod. HEX triplet: 42, 20 and 17. RGB value is (66,32,23). Sum of RGB (Red+Green+Blue) = 66+32+23=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422017 is #BDDFE8. Grayscale: #292929. Windows color (decimal): -12443625 or 1515586. OLE color: 1515586.

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

Color convert

RGB 66 32 23 -
CMYK 0 0.52 0.65 0.74
HSL 12.56º 0.48% 0.17% -
HSV(B) 12.56º 0.65% 0.26% -
XYZ 2.92 2.25 1.09 -
YUV 41.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 66 32 23 0 0.52 0.65 0.74 12.56 0.48 0.17
Hex 42 20 17 0 34 41 4A D 30 11
Octal 102 40 27 0 64 101 112 15 60 21
Binary 1000010 100000 10111 0 110100 1000001 1001010 1101 110000 10001

Color Harmonies of #422017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422017

Black with #422017

Text Example


Text Example

White with #422017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422017; }

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

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

background-color css

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

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

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

border-color css

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

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

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