Html Css Color HEX #46231A Brown Pod

📋 copy color: '#46231A'

red 70 ◦ green 35 ◦ blue 26

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

Shades of Brown Pod #46231A

Tints of Brown Pod #46231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 53.44%
G = 26.72%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46231A (or 0x46231A) is known color: Brown Pod. HEX triplet: 46, 23 and 1A. RGB value is (70,35,26). Sum of RGB (Red+Green+Blue) = 70+35+26=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46231A is #B9DCE5. Grayscale: #2C2C2C. Windows color (decimal): -12180710 or 1712966. OLE color: 1712966.

HSL color Cylindrical-coordinate representation of color #46231A: hue angle of 12.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46231A is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 26 -
CMYK 0 0.5 0.63 0.73
HSL 12.27º 0.46% 0.19% -
HSV(B) 12.27º 0.63% 0.27% -
XYZ 3.31 2.58 1.3 -
YUV 44.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 70 35 26 0 0.5 0.63 0.73 12.27 0.46 0.19
Hex 46 23 1A 0 32 3F 49 C 2E 13
Octal 106 43 32 0 62 77 111 14 56 23
Binary 1000110 100011 11010 0 110010 111111 1001001 1100 101110 10011

Color Harmonies of #46231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46231A

Black with #46231A

Text Example


Text Example

White with #46231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,35,26); }

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

background-color css

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

 a { background-color: rgb(70,35,26); }

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

border-color css

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

 span { border-color: rgb(70,35,26); }

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