Html Css Color HEX #46180C Brown Pod

📋 copy color: '#46180C'

red 70 ◦ green 24 ◦ blue 12

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

Shades of Brown Pod #46180C

Tints of Brown Pod #46180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.64%

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

R = 66.04%
G = 22.64%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46180C (or 0x46180C) is known color: Brown Pod. HEX triplet: 46, 18 and 0C. RGB value is (70,24,12). Sum of RGB (Red+Green+Blue) = 70+24+12=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46180C is #B9E7F3. Grayscale: #242424. Windows color (decimal): -12183540 or 792646. OLE color: 792646.

HSL color Cylindrical-coordinate representation of color #46180C: hue angle of 12.41º 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 #46180C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 12 -
CMYK 0 0.66 0.83 0.73
HSL 12.41º 0.71% 0.16% -
HSV(B) 12.41º 0.83% 0.27% -
XYZ 2.92 1.98 0.58 -
YUV 36.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 70 24 12 0 0.66 0.83 0.73 12.41 0.71 0.16
Hex 46 18 C 0 42 53 49 C 47 10
Octal 106 30 14 0 102 123 111 14 107 20
Binary 1000110 11000 1100 0 1000010 1010011 1001001 1100 1000111 10000

Color Harmonies of #46180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46180C

Black with #46180C

Text Example


Text Example

White with #46180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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