Html Css Color HEX #46241A Brown Pod

📋 copy color: '#46241A'

red 70 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #46241A

Tints of Brown Pod #46241A

RGB

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

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

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

R = 53.03%
G = 27.27%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46241A (or 0x46241A) is known color: Brown Pod. HEX triplet: 46, 24 and 1A. RGB value is (70,36,26). Sum of RGB (Red+Green+Blue) = 70+36+26=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46241A is #B9DBE5. Grayscale: #2D2D2D. Windows color (decimal): -12180454 or 1713222. OLE color: 1713222.

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

Color convert

RGB 70 36 26 -
CMYK 0 0.49 0.63 0.73
HSL 13.64º 0.46% 0.19% -
HSV(B) 13.64º 0.63% 0.27% -
XYZ 3.34 2.64 1.31 -
YUV 45.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 70 36 26 0 0.49 0.63 0.73 13.64 0.46 0.19
Hex 46 24 1A 0 31 3F 49 E 2E 13
Octal 106 44 32 0 61 77 111 16 56 23
Binary 1000110 100100 11010 0 110001 111111 1001001 1110 101110 10011

Color Harmonies of #46241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46241A

Black with #46241A

Text Example


Text Example

White with #46241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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