Html Css Color HEX #421D16 Brown Pod

📋 copy color: '#421D16'

red 66 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #421D16

Tints of Brown Pod #421D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

 BLUE value IS 22 (8.98% from 255) = 18.8%

R = 56.41%
G = 24.79%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#421D16 (or 0x421D16) is known color: Brown Pod. HEX triplet: 42, 1D and 16. RGB value is (66,29,22). Sum of RGB (Red+Green+Blue) = 66+29+22=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #421D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D16 is #BDE2E9. Grayscale: #272727. Windows color (decimal): -12444394 or 1449282. OLE color: 1449282.

HSL color Cylindrical-coordinate representation of color #421D16: hue angle of 9.55º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421D16 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 22 -
CMYK 0 0.56 0.67 0.74
HSL 9.55º 0.5% 0.17% -
HSV(B) 9.55º 0.67% 0.26% -
XYZ 2.83 2.09 1.01 -
YUV 39.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 66 29 22 0 0.56 0.67 0.74 9.55 0.5 0.17
Hex 42 1D 16 0 38 43 4A A 32 11
Octal 102 35 26 0 70 103 112 12 62 21
Binary 1000010 11101 10110 0 111000 1000011 1001010 1010 110010 10001

Color Harmonies of #421D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D16

Black with #421D16

Text Example


Text Example

White with #421D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D16; }

 p { color: rgb(66,29,22); }

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

background-color css

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

 a { background-color: rgb(66,29,22); }

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

border-color css

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

 span { border-color: rgb(66,29,22); }

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