Html Css Color HEX #46241E Brown Pod

📋 copy color: '#46241E'

red 70 ◦ green 36 ◦ blue 30

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

Shades of Brown Pod #46241E

Tints of Brown Pod #46241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

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

R = 51.47%
G = 26.47%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46241E (or 0x46241E) is known color: Brown Pod. HEX triplet: 46, 24 and 1E. RGB value is (70,36,30). Sum of RGB (Red+Green+Blue) = 70+36+30=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46241E is #B9DBE1. Grayscale: #2D2D2D. Windows color (decimal): -12180450 or 1975366. OLE color: 1975366.

HSL color Cylindrical-coordinate representation of color #46241E: hue angle of 9º 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 #46241E is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 30 -
CMYK 0 0.49 0.57 0.73
HSL 0.4% 0.2% -
HSV(B) 0.57% 0.27% -
XYZ 3.39 2.66 1.56 -
YUV 45.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 70 36 30 0 0.49 0.57 0.73 9 0.4 0.2
Hex 46 24 1E 0 31 39 49 9 28 14
Octal 106 44 36 0 61 71 111 11 50 24
Binary 1000110 100100 11110 0 110001 111001 1001001 1001 101000 10100

Color Harmonies of #46241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46241E

Black with #46241E

Text Example


Text Example

White with #46241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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