Html Css Color HEX #422316 Brown Pod

📋 copy color: '#422316'

red 66 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #422316

Tints of Brown Pod #422316

RGB

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

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

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

R = 53.66%
G = 28.46%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#422316 (or 0x422316) is known color: Brown Pod. HEX triplet: 42, 23 and 16. RGB value is (66,35,22). Sum of RGB (Red+Green+Blue) = 66+35+22=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422316 is #BDDCE9. Grayscale: #2A2A2A. Windows color (decimal): -12442858 or 1450818. OLE color: 1450818.

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

Color convert

RGB 66 35 22 -
CMYK 0 0.47 0.67 0.74
HSL 17.73º 0.5% 0.17% -
HSV(B) 17.73º 0.67% 0.26% -
XYZ 2.99 2.42 1.07 -
YUV 42.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 66 35 22 0 0.47 0.67 0.74 17.73 0.5 0.17
Hex 42 23 16 0 2F 43 4A 12 32 11
Octal 102 43 26 0 57 103 112 22 62 21
Binary 1000010 100011 10110 0 101111 1000011 1001010 10010 110010 10001

Color Harmonies of #422316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422316

Black with #422316

Text Example


Text Example

White with #422316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422316; }

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

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

background-color css

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

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

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

border-color css

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

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

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