Html Css Color HEX #422013 Brown Pod

📋 copy color: '#422013'

red 66 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #422013

Tints of Brown Pod #422013

RGB

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

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

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

R = 56.41%
G = 27.35%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422013 (or 0x422013) is known color: Brown Pod. HEX triplet: 42, 20 and 13. RGB value is (66,32,19). Sum of RGB (Red+Green+Blue) = 66+32+19=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422013 is #BDDFEC. Grayscale: #282828. Windows color (decimal): -12443629 or 1253442. OLE color: 1253442.

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

Color convert

RGB 66 32 19 -
CMYK 0 0.52 0.71 0.74
HSL 16.6º 0.55% 0.17% -
HSV(B) 16.6º 0.71% 0.26% -
XYZ 2.88 2.24 0.9 -
YUV 40.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 66 32 19 0 0.52 0.71 0.74 16.6 0.55 0.17
Hex 42 20 13 0 34 47 4A 11 37 11
Octal 102 40 23 0 64 107 112 21 67 21
Binary 1000010 100000 10011 0 110100 1000111 1001010 10001 110111 10001

Color Harmonies of #422013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422013

Black with #422013

Text Example


Text Example

White with #422013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422013; }

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

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

background-color css

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

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

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

border-color css

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

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

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