Html Css Color HEX #482018 Brown Pod

📋 copy color: '#482018'

red 72 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #482018

Tints of Brown Pod #482018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25%

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 56.25%
G = 25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482018 (or 0x482018) is known color: Brown Pod. HEX triplet: 48, 20 and 18. RGB value is (72,32,24). Sum of RGB (Red+Green+Blue) = 72+32+24=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482018 is #B7DFE7. Grayscale: #2B2B2B. Windows color (decimal): -12050408 or 1581128. OLE color: 1581128.

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

Color convert

RGB 72 32 24 -
CMYK 0 0.56 0.67 0.72
HSL 10º 0.5% 0.19% -
HSV(B) 10º 0.67% 0.28% -
XYZ 3.35 2.48 1.17 -
YUV 43.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 72 32 24 0 0.56 0.67 0.72 10 0.5 0.19
Hex 48 20 18 0 38 43 48 A 32 13
Octal 110 40 30 0 70 103 110 12 62 23
Binary 1001000 100000 11000 0 111000 1000011 1001000 1010 110010 10011

Color Harmonies of #482018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482018

Black with #482018

Text Example


Text Example

White with #482018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482018; }

 p { color: rgb(72,32,24); }

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

background-color css

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

 a { background-color: rgb(72,32,24); }

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

border-color css

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

 span { border-color: rgb(72,32,24); }

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