Html Css Color HEX #422412 Brown Pod

📋 copy color: '#422412'

red 66 ◦ green 36 ◦ blue 18

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

Shades of Brown Pod #422412

Tints of Brown Pod #422412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 55%
G = 30%
B = 15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422412 (or 0x422412) is known color: Brown Pod. HEX triplet: 42, 24 and 12. RGB value is (66,36,18). Sum of RGB (Red+Green+Blue) = 66+36+18=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422412 is #BDDBED. Grayscale: #2B2B2B. Windows color (decimal): -12442606 or 1188930. OLE color: 1188930.

HSL color Cylindrical-coordinate representation of color #422412: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422412 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 18 -
CMYK 0 0.45 0.73 0.74
HSL 22.5º 0.57% 0.16% -
HSV(B) 22.5º 0.73% 0.26% -
XYZ 2.99 2.46 0.89 -
YUV 42.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 66 36 18 0 0.45 0.73 0.74 22.5 0.57 0.16
Hex 42 24 12 0 2D 49 4A 16 39 10
Octal 102 44 22 0 55 111 112 26 71 20
Binary 1000010 100100 10010 0 101101 1001001 1001010 10110 111001 10000

Color Harmonies of #422412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422412

Black with #422412

Text Example


Text Example

White with #422412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422412; }

 p { color: rgb(66,36,18); }

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

background-color css

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

 a { background-color: rgb(66,36,18); }

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

border-color css

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

 span { border-color: rgb(66,36,18); }

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