Html Css Color HEX #422213 Brown Pod

📋 copy color: '#422213'

red 66 ◦ green 34 ◦ blue 19

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

Shades of Brown Pod #422213

Tints of Brown Pod #422213

RGB

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

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

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

R = 55.46%
G = 28.57%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422213 (or 0x422213) is known color: Brown Pod. HEX triplet: 42, 22 and 13. RGB value is (66,34,19). Sum of RGB (Red+Green+Blue) = 66+34+19=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422213 is #BDDDEC. Grayscale: #292929. Windows color (decimal): -12443117 or 1253954. OLE color: 1253954.

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

Color convert

RGB 66 34 19 -
CMYK 0 0.48 0.71 0.74
HSL 19.15º 0.55% 0.17% -
HSV(B) 19.15º 0.71% 0.26% -
XYZ 2.94 2.35 0.91 -
YUV 41.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 66 34 19 0 0.48 0.71 0.74 19.15 0.55 0.17
Hex 42 22 13 0 30 47 4A 13 37 11
Octal 102 42 23 0 60 107 112 23 67 21
Binary 1000010 100010 10011 0 110000 1000111 1001010 10011 110111 10001

Color Harmonies of #422213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422213

Black with #422213

Text Example


Text Example

White with #422213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422213; }

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

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

background-color css

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

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

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

border-color css

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

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

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