Html Css Color HEX #422114 Brown Pod

📋 copy color: '#422114'

red 66 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #422114

Tints of Brown Pod #422114

RGB

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

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

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

R = 55.46%
G = 27.73%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422114 (or 0x422114) is known color: Brown Pod. HEX triplet: 42, 21 and 14. RGB value is (66,33,20). Sum of RGB (Red+Green+Blue) = 66+33+20=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422114 is #BDDEEB. Grayscale: #292929. Windows color (decimal): -12443372 or 1319234. OLE color: 1319234.

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

Color convert

RGB 66 33 20 -
CMYK 0 0.5 0.70 0.74
HSL 16.96º 0.53% 0.17% -
HSV(B) 16.96º 0.7% 0.26% -
XYZ 2.92 2.3 0.95 -
YUV 41.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 66 33 20 0 0.5 0.70 0.74 16.96 0.53 0.17
Hex 42 21 14 0 32 46 4A 11 35 11
Octal 102 41 24 0 62 106 112 21 65 21
Binary 1000010 100001 10100 0 110010 1000110 1001010 10001 110101 10001

Color Harmonies of #422114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422114

Black with #422114

Text Example


Text Example

White with #422114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422114; }

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

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

background-color css

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

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

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

border-color css

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

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

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