Html Css Color HEX #422314 Brown Pod

📋 copy color: '#422314'

red 66 ◦ green 35 ◦ blue 20

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

Shades of Brown Pod #422314

Tints of Brown Pod #422314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 54.55%
G = 28.93%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422314 (or 0x422314) is known color: Brown Pod. HEX triplet: 42, 23 and 14. RGB value is (66,35,20). Sum of RGB (Red+Green+Blue) = 66+35+20=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422314 is #BDDCEB. Grayscale: #2A2A2A. Windows color (decimal): -12442860 or 1319746. OLE color: 1319746.

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

Color convert

RGB 66 35 20 -
CMYK 0 0.47 0.70 0.74
HSL 19.57º 0.53% 0.17% -
HSV(B) 19.57º 0.7% 0.26% -
XYZ 2.97 2.41 0.97 -
YUV 42.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 66 35 20 0 0.47 0.70 0.74 19.57 0.53 0.17
Hex 42 23 14 0 2F 46 4A 14 35 11
Octal 102 43 24 0 57 106 112 24 65 21
Binary 1000010 100011 10100 0 101111 1000110 1001010 10100 110101 10001

Color Harmonies of #422314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422314

Black with #422314

Text Example


Text Example

White with #422314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422314; }

 p { color: rgb(66,35,20); }

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

background-color css

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

 a { background-color: rgb(66,35,20); }

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

border-color css

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

 span { border-color: rgb(66,35,20); }

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