Html Css Color HEX #46231F Brown Pod

📋 copy color: '#46231F'

red 70 ◦ green 35 ◦ blue 31

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

Shades of Brown Pod #46231F

Tints of Brown Pod #46231F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 51.47%
G = 25.74%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46231F (or 0x46231F) is known color: Brown Pod. HEX triplet: 46, 23 and 1F. RGB value is (70,35,31). Sum of RGB (Red+Green+Blue) = 70+35+31=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46231F is #B9DCE0. Grayscale: #2D2D2D. Windows color (decimal): -12180705 or 2040646. OLE color: 2040646.

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

Color convert

RGB 70 35 31 -
CMYK 0 0.5 0.56 0.73
HSL 6.15º 0.39% 0.2% -
HSV(B) 6.15º 0.56% 0.27% -
XYZ 3.37 2.6 1.62 -
YUV 45.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 70 35 31 0 0.5 0.56 0.73 6.15 0.39 0.2
Hex 46 23 1F 0 32 38 49 6 27 14
Octal 106 43 37 0 62 70 111 6 47 24
Binary 1000110 100011 11111 0 110010 111000 1001001 110 100111 10100

Color Harmonies of #46231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46231F

Black with #46231F

Text Example


Text Example

White with #46231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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