Html Css Color HEX #462112 Brown Pod

📋 copy color: '#462112'

red 70 ◦ green 33 ◦ blue 18

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

Shades of Brown Pod #462112

Tints of Brown Pod #462112

RGB

 RED value IS 70 (27.73% from 255) = 57.85%

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

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

R = 57.85%
G = 27.27%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#462112 (or 0x462112) is known color: Brown Pod. HEX triplet: 46, 21 and 12. RGB value is (70,33,18). Sum of RGB (Red+Green+Blue) = 70+33+18=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462112 is #B9DEED. Grayscale: #2A2A2A. Windows color (decimal): -12181230 or 1188166. OLE color: 1188166.

HSL color Cylindrical-coordinate representation of color #462112: hue angle of 17.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462112 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 18 -
CMYK 0 0.53 0.74 0.73
HSL 17.31º 0.59% 0.17% -
HSV(B) 17.31º 0.74% 0.27% -
XYZ 3.18 2.43 0.87 -
YUV 42.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 70 33 18 0 0.53 0.74 0.73 17.31 0.59 0.17
Hex 46 21 12 0 35 4A 49 11 3B 11
Octal 106 41 22 0 65 112 111 21 73 21
Binary 1000110 100001 10010 0 110101 1001010 1001001 10001 111011 10001

Color Harmonies of #462112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462112

Black with #462112

Text Example


Text Example

White with #462112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462112; }

 p { color: rgb(70,33,18); }

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

background-color css

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

 a { background-color: rgb(70,33,18); }

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

border-color css

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

 span { border-color: rgb(70,33,18); }

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