Html Css Color HEX #48240D Brown Pod

📋 copy color: '#48240D'

red 72 ◦ green 36 ◦ blue 13

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

Shades of Brown Pod #48240D

Tints of Brown Pod #48240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.74%

R = 59.5%
G = 29.75%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48240D (or 0x48240D) is known color: Brown Pod. HEX triplet: 48, 24 and 0D. RGB value is (72,36,13). Sum of RGB (Red+Green+Blue) = 72+36+13=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48240D is #B7DBF2. Grayscale: #2C2C2C. Windows color (decimal): -12049395 or 861256. OLE color: 861256.

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

Color convert

RGB 72 36 13 -
CMYK 0 0.5 0.82 0.72
HSL 23.39º 0.69% 0.17% -
HSV(B) 23.39º 0.82% 0.28% -
XYZ 3.38 2.67 0.72 -
YUV 44.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 72 36 13 0 0.5 0.82 0.72 23.39 0.69 0.17
Hex 48 24 D 0 32 52 48 17 45 11
Octal 110 44 15 0 62 122 110 27 105 21
Binary 1001000 100100 1101 0 110010 1010010 1001000 10111 1000101 10001

Color Harmonies of #48240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48240D

Black with #48240D

Text Example


Text Example

White with #48240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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