Html Css Color HEX #482518 Brown Pod

📋 copy color: '#482518'

red 72 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #482518

Tints of Brown Pod #482518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.82%

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

R = 54.14%
G = 27.82%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482518 (or 0x482518) is known color: Brown Pod. HEX triplet: 48, 25 and 18. RGB value is (72,37,24). Sum of RGB (Red+Green+Blue) = 72+37+24=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482518 is #B7DAE7. Grayscale: #2E2E2E. Windows color (decimal): -12049128 or 1582408. OLE color: 1582408.

HSL color Cylindrical-coordinate representation of color #482518: hue angle of 16.25º 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 #482518 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 24 -
CMYK 0 0.49 0.67 0.72
HSL 16.25º 0.5% 0.19% -
HSV(B) 16.25º 0.67% 0.28% -
XYZ 3.5 2.77 1.21 -
YUV 45.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 72 37 24 0 0.49 0.67 0.72 16.25 0.5 0.19
Hex 48 25 18 0 31 43 48 10 32 13
Octal 110 45 30 0 61 103 110 20 62 23
Binary 1001000 100101 11000 0 110001 1000011 1001000 10000 110010 10011

Color Harmonies of #482518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482518

Black with #482518

Text Example


Text Example

White with #482518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482518; }

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

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

background-color css

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

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

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

border-color css

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

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

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