Html Css Color HEX #422514 Brown Pod

📋 copy color: '#422514'

red 66 ◦ green 37 ◦ blue 20

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

Shades of Brown Pod #422514

Tints of Brown Pod #422514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

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

R = 53.66%
G = 30.08%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422514 (or 0x422514) is known color: Brown Pod. HEX triplet: 42, 25 and 14. RGB value is (66,37,20). Sum of RGB (Red+Green+Blue) = 66+37+20=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422514 is #BDDAEB. Grayscale: #2B2B2B. Windows color (decimal): -12442348 or 1320258. OLE color: 1320258.

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

Color convert

RGB 66 37 20 -
CMYK 0 0.44 0.70 0.74
HSL 22.17º 0.53% 0.17% -
HSV(B) 22.17º 0.7% 0.26% -
XYZ 3.03 2.53 0.99 -
YUV 43.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 66 37 20 0 0.44 0.70 0.74 22.17 0.53 0.17
Hex 42 25 14 0 2C 46 4A 16 35 11
Octal 102 45 24 0 54 106 112 26 65 21
Binary 1000010 100101 10100 0 101100 1000110 1001010 10110 110101 10001

Color Harmonies of #422514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422514

Black with #422514

Text Example


Text Example

White with #422514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422514; }

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

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

background-color css

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

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

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

border-color css

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

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

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