Html Css Color HEX #46190A Brown Pod

📋 copy color: '#46190A'

red 70 ◦ green 25 ◦ blue 10

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

Shades of Brown Pod #46190A

Tints of Brown Pod #46190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.52%

R = 66.67%
G = 23.81%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46190A (or 0x46190A) is known color: Brown Pod. HEX triplet: 46, 19 and 0A. RGB value is (70,25,10). Sum of RGB (Red+Green+Blue) = 70+25+10=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46190A is #B9E6F5. Grayscale: #242424. Windows color (decimal): -12183286 or 661830. OLE color: 661830.

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

Color convert

RGB 70 25 10 -
CMYK 0 0.64 0.86 0.73
HSL 15º 0.75% 0.16% -
HSV(B) 15º 0.86% 0.27% -
XYZ 2.93 2.02 0.52 -
YUV 36.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 70 25 10 0 0.64 0.86 0.73 15 0.75 0.16
Hex 46 19 A 0 40 56 49 F 4B 10
Octal 106 31 12 0 100 126 111 17 113 20
Binary 1000110 11001 1010 0 1000000 1010110 1001001 1111 1001011 10000

Color Harmonies of #46190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46190A

Black with #46190A

Text Example


Text Example

White with #46190A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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