Html Css Color HEX #46240A Brown Pod

📋 copy color: '#46240A'

red 70 ◦ green 36 ◦ blue 10

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

Shades of Brown Pod #46240A

Tints of Brown Pod #46240A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.62%

R = 60.34%
G = 31.03%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46240A (or 0x46240A) is known color: Brown Pod. HEX triplet: 46, 24 and 0A. RGB value is (70,36,10). Sum of RGB (Red+Green+Blue) = 70+36+10=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46240A is #B9DBF5. Grayscale: #2B2B2B. Windows color (decimal): -12180470 or 664646. OLE color: 664646.

HSL color Cylindrical-coordinate representation of color #46240A: hue angle of 26º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46240A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 10 -
CMYK 0 0.49 0.86 0.73
HSL 26º 0.75% 0.16% -
HSV(B) 26º 0.86% 0.27% -
XYZ 3.21 2.59 0.62 -
YUV 43.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 70 36 10 0 0.49 0.86 0.73 26 0.75 0.16
Hex 46 24 A 0 31 56 49 1A 4B 10
Octal 106 44 12 0 61 126 111 32 113 20
Binary 1000110 100100 1010 0 110001 1010110 1001001 11010 1001011 10000

Color Harmonies of #46240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46240A

Black with #46240A

Text Example


Text Example

White with #46240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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