Html Css Color HEX #46200C Brown Pod

📋 copy color: '#46200C'

red 70 ◦ green 32 ◦ blue 12

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

Shades of Brown Pod #46200C

Tints of Brown Pod #46200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 61.4%
G = 28.07%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46200C (or 0x46200C) is known color: Brown Pod. HEX triplet: 46, 20 and 0C. RGB value is (70,32,12). Sum of RGB (Red+Green+Blue) = 70+32+12=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #46200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46200C is #B9DFF3. Grayscale: #292929. Windows color (decimal): -12181492 or 794694. OLE color: 794694.

HSL color Cylindrical-coordinate representation of color #46200C: hue angle of 20.69º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46200C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 32 12 -
CMYK 0 0.54 0.83 0.73
HSL 20.69º 0.71% 0.16% -
HSV(B) 20.69º 0.83% 0.27% -
XYZ 3.11 2.36 0.64 -
YUV 41.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 70 32 12 0 0.54 0.83 0.73 20.69 0.71 0.16
Hex 46 20 C 0 36 53 49 15 47 10
Octal 106 40 14 0 66 123 111 25 107 20
Binary 1000110 100000 1100 0 110110 1010011 1001001 10101 1000111 10000

Color Harmonies of #46200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46200C

Black with #46200C

Text Example


Text Example

White with #46200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46200C; }

 p { color: rgb(70,32,12); }

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

background-color css

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

 a { background-color: rgb(70,32,12); }

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

border-color css

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

 span { border-color: rgb(70,32,12); }

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