Html Css Color HEX #46210D Brown Pod

📋 copy color: '#46210D'

red 70 ◦ green 33 ◦ blue 13

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

Shades of Brown Pod #46210D

Tints of Brown Pod #46210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.45%

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

R = 60.34%
G = 28.45%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46210D (or 0x46210D) is known color: Brown Pod. HEX triplet: 46, 21 and 0D. RGB value is (70,33,13). Sum of RGB (Red+Green+Blue) = 70+33+13=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46210D is #B9DEF2. Grayscale: #292929. Windows color (decimal): -12181235 or 860486. OLE color: 860486.

HSL color Cylindrical-coordinate representation of color #46210D: hue angle of 21.05º 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 #46210D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 13 -
CMYK 0 0.53 0.81 0.73
HSL 21.05º 0.69% 0.16% -
HSV(B) 21.05º 0.81% 0.27% -
XYZ 3.14 2.42 0.68 -
YUV 41.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 70 33 13 0 0.53 0.81 0.73 21.05 0.69 0.16
Hex 46 21 D 0 35 51 49 15 45 10
Octal 106 41 15 0 65 121 111 25 105 20
Binary 1000110 100001 1101 0 110101 1010001 1001001 10101 1000101 10000

Color Harmonies of #46210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46210D

Black with #46210D

Text Example


Text Example

White with #46210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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