Html Css Color HEX #46241C Brown Pod

📋 copy color: '#46241C'

red 70 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #46241C

Tints of Brown Pod #46241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 52.24%
G = 26.87%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46241C (or 0x46241C) is known color: Brown Pod. HEX triplet: 46, 24 and 1C. RGB value is (70,36,28). Sum of RGB (Red+Green+Blue) = 70+36+28=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46241C is #B9DBE3. Grayscale: #2D2D2D. Windows color (decimal): -12180452 or 1844294. OLE color: 1844294.

HSL color Cylindrical-coordinate representation of color #46241C: hue angle of 11.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46241C is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 28 -
CMYK 0 0.49 0.60 0.73
HSL 11.43º 0.43% 0.19% -
HSV(B) 11.43º 0.6% 0.27% -
XYZ 3.37 2.65 1.43 -
YUV 45.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 70 36 28 0 0.49 0.60 0.73 11.43 0.43 0.19
Hex 46 24 1C 0 31 3C 49 B 2B 13
Octal 106 44 34 0 61 74 111 13 53 23
Binary 1000110 100100 11100 0 110001 111100 1001001 1011 101011 10011

Color Harmonies of #46241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46241C

Black with #46241C

Text Example


Text Example

White with #46241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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