Html Css Color HEX #422113 Brown Pod

📋 copy color: '#422113'

red 66 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #422113

Tints of Brown Pod #422113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 55.93%
G = 27.97%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422113 (or 0x422113) is known color: Brown Pod. HEX triplet: 42, 21 and 13. RGB value is (66,33,19). Sum of RGB (Red+Green+Blue) = 66+33+19=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422113 is #BDDEEC. Grayscale: #292929. Windows color (decimal): -12443373 or 1253698. OLE color: 1253698.

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

Color convert

RGB 66 33 19 -
CMYK 0 0.5 0.71 0.74
HSL 17.87º 0.55% 0.17% -
HSV(B) 17.87º 0.71% 0.26% -
XYZ 2.91 2.29 0.91 -
YUV 41.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 66 33 19 0 0.5 0.71 0.74 17.87 0.55 0.17
Hex 42 21 13 0 32 47 4A 12 37 11
Octal 102 41 23 0 62 107 112 22 67 21
Binary 1000010 100001 10011 0 110010 1000111 1001010 10010 110111 10001

Color Harmonies of #422113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422113

Black with #422113

Text Example


Text Example

White with #422113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422113; }

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

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

background-color css

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

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

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

border-color css

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

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

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