Html Css Color HEX #482515 Brown Pod

📋 copy color: '#482515'

red 72 ◦ green 37 ◦ blue 21

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

Shades of Brown Pod #482515

Tints of Brown Pod #482515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 55.38%
G = 28.46%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482515 (or 0x482515) is known color: Brown Pod. HEX triplet: 48, 25 and 15. RGB value is (72,37,21). Sum of RGB (Red+Green+Blue) = 72+37+21=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482515 is #B7DAEA. Grayscale: #2D2D2D. Windows color (decimal): -12049131 or 1385800. OLE color: 1385800.

HSL color Cylindrical-coordinate representation of color #482515: hue angle of 18.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482515 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 21 -
CMYK 0 0.49 0.71 0.72
HSL 18.82º 0.55% 0.18% -
HSV(B) 18.82º 0.71% 0.28% -
XYZ 3.47 2.75 1.06 -
YUV 45.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 72 37 21 0 0.49 0.71 0.72 18.82 0.55 0.18
Hex 48 25 15 0 31 47 48 13 37 12
Octal 110 45 25 0 61 107 110 23 67 22
Binary 1001000 100101 10101 0 110001 1000111 1001000 10011 110111 10010

Color Harmonies of #482515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482515

Black with #482515

Text Example


Text Example

White with #482515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482515; }

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

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

background-color css

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

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

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

border-color css

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

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

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