Html Css Color HEX #46170D Brown Pod

📋 copy color: '#46170D'

red 70 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #46170D

Tints of Brown Pod #46170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.7%

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 66.04%
G = 21.7%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46170D (or 0x46170D) is known color: Brown Pod. HEX triplet: 46, 17 and 0D. RGB value is (70,23,13). Sum of RGB (Red+Green+Blue) = 70+23+13=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46170D is #B9E8F2. Grayscale: #242424. Windows color (decimal): -12183795 or 857926. OLE color: 857926.

HSL color Cylindrical-coordinate representation of color #46170D: hue angle of 10.53º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46170D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 13 -
CMYK 0 0.67 0.81 0.73
HSL 10.53º 0.69% 0.16% -
HSV(B) 10.53º 0.81% 0.27% -
XYZ 2.9 1.94 0.6 -
YUV 35.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 70 23 13 0 0.67 0.81 0.73 10.53 0.69 0.16
Hex 46 17 D 0 43 51 49 B 45 10
Octal 106 27 15 0 103 121 111 13 105 20
Binary 1000110 10111 1101 0 1000011 1010001 1001001 1011 1000101 10000

Color Harmonies of #46170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46170D

Black with #46170D

Text Example


Text Example

White with #46170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46170D; }

 p { color: rgb(70,23,13); }

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

background-color css

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

 a { background-color: rgb(70,23,13); }

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

border-color css

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

 span { border-color: rgb(70,23,13); }

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