Html Css Color HEX #48240C Brown Pod

📋 copy color: '#48240C'

red 72 ◦ green 36 ◦ blue 12

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

Shades of Brown Pod #48240C

Tints of Brown Pod #48240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10%

R = 60%
G = 30%
B = 10%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48240C (or 0x48240C) is known color: Brown Pod. HEX triplet: 48, 24 and 0C. RGB value is (72,36,12). Sum of RGB (Red+Green+Blue) = 72+36+12=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48240C is #B7DBF3. Grayscale: #2C2C2C. Windows color (decimal): -12049396 or 795720. OLE color: 795720.

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

Color convert

RGB 72 36 12 -
CMYK 0 0.5 0.83 0.72
HSL 24º 0.71% 0.16% -
HSV(B) 24º 0.83% 0.28% -
XYZ 3.37 2.67 0.68 -
YUV 44.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 72 36 12 0 0.5 0.83 0.72 24 0.71 0.16
Hex 48 24 C 0 32 53 48 18 47 10
Octal 110 44 14 0 62 123 110 30 107 20
Binary 1001000 100100 1100 0 110010 1010011 1001000 11000 1000111 10000

Color Harmonies of #48240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48240C

Black with #48240C

Text Example


Text Example

White with #48240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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