Html Css Color HEX #46190B Brown Pod

📋 copy color: '#46190B'

red 70 ◦ green 25 ◦ blue 11

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

Shades of Brown Pod #46190B

Tints of Brown Pod #46190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

 BLUE value IS 11 (4.69% from 255) = 10.38%

R = 66.04%
G = 23.58%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46190B (or 0x46190B) is known color: Brown Pod. HEX triplet: 46, 19 and 0B. RGB value is (70,25,11). Sum of RGB (Red+Green+Blue) = 70+25+11=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46190B is #B9E6F4. Grayscale: #242424. Windows color (decimal): -12183285 or 727366. OLE color: 727366.

HSL color Cylindrical-coordinate representation of color #46190B: hue angle of 14.24º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46190B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 11 -
CMYK 0 0.64 0.84 0.73
HSL 14.24º 0.73% 0.16% -
HSV(B) 14.24º 0.84% 0.27% -
XYZ 2.93 2.02 0.55 -
YUV 36.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 70 25 11 0 0.64 0.84 0.73 14.24 0.73 0.16
Hex 46 19 B 0 40 54 49 E 49 10
Octal 106 31 13 0 100 124 111 16 111 20
Binary 1000110 11001 1011 0 1000000 1010100 1001001 1110 1001001 10000

Color Harmonies of #46190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46190B

Black with #46190B

Text Example


Text Example

White with #46190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46190B; }

 p { color: rgb(70,25,11); }

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

background-color css

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

 a { background-color: rgb(70,25,11); }

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

border-color css

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

 span { border-color: rgb(70,25,11); }

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