Html Css Color HEX #46231E Brown Pod

📋 copy color: '#46231E'

red 70 ◦ green 35 ◦ blue 30

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

Shades of Brown Pod #46231E

Tints of Brown Pod #46231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 51.85%
G = 25.93%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46231E (or 0x46231E) is known color: Brown Pod. HEX triplet: 46, 23 and 1E. RGB value is (70,35,30). Sum of RGB (Red+Green+Blue) = 70+35+30=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46231E is #B9DCE1. Grayscale: #2C2C2C. Windows color (decimal): -12180706 or 1975110. OLE color: 1975110.

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

Color convert

RGB 70 35 30 -
CMYK 0 0.5 0.57 0.73
HSL 7.5º 0.4% 0.2% -
HSV(B) 7.5º 0.57% 0.27% -
XYZ 3.36 2.6 1.55 -
YUV 44.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 70 35 30 0 0.5 0.57 0.73 7.5 0.4 0.2
Hex 46 23 1E 0 32 39 49 8 28 14
Octal 106 43 36 0 62 71 111 10 50 24
Binary 1000110 100011 11110 0 110010 111001 1001001 1000 101000 10100

Color Harmonies of #46231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46231E

Black with #46231E

Text Example


Text Example

White with #46231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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