Html Css Color HEX #48240E Brown Pod

📋 copy color: '#48240E'

red 72 ◦ green 36 ◦ blue 14

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

Shades of Brown Pod #48240E

Tints of Brown Pod #48240E

RGB

 RED value IS 72 (28.52% from 255) = 59.02%

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

 BLUE value IS 14 (5.86% from 255) = 11.48%

R = 59.02%
G = 29.51%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48240E (or 0x48240E) is known color: Brown Pod. HEX triplet: 48, 24 and 0E. RGB value is (72,36,14). Sum of RGB (Red+Green+Blue) = 72+36+14=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48240E is #B7DBF1. Grayscale: #2C2C2C. Windows color (decimal): -12049394 or 926792. OLE color: 926792.

HSL color Cylindrical-coordinate representation of color #48240E: hue angle of 22.76º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48240E is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 14 -
CMYK 0 0.5 0.81 0.72
HSL 22.76º 0.67% 0.17% -
HSV(B) 22.76º 0.81% 0.28% -
XYZ 3.38 2.67 0.75 -
YUV 44.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 72 36 14 0 0.5 0.81 0.72 22.76 0.67 0.17
Hex 48 24 E 0 32 51 48 17 43 11
Octal 110 44 16 0 62 121 110 27 103 21
Binary 1001000 100100 1110 0 110010 1010001 1001000 10111 1000011 10001

Color Harmonies of #48240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48240E

Black with #48240E

Text Example


Text Example

White with #48240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,36,14); }

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

background-color css

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

 a { background-color: rgb(72,36,14); }

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

border-color css

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

 span { border-color: rgb(72,36,14); }

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