Html Css Color HEX #482415 Brown Pod

📋 copy color: '#482415'

red 72 ◦ green 36 ◦ blue 21

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

Shades of Brown Pod #482415

Tints of Brown Pod #482415

RGB

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

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

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

R = 55.81%
G = 27.91%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482415 (or 0x482415) is known color: Brown Pod. HEX triplet: 48, 24 and 15. RGB value is (72,36,21). Sum of RGB (Red+Green+Blue) = 72+36+21=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482415 is #B7DBEA. Grayscale: #2D2D2D. Windows color (decimal): -12049387 or 1385544. OLE color: 1385544.

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

Color convert

RGB 72 36 21 -
CMYK 0 0.5 0.71 0.72
HSL 17.65º 0.55% 0.18% -
HSV(B) 17.65º 0.71% 0.28% -
XYZ 3.44 2.69 1.05 -
YUV 45.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 72 36 21 0 0.5 0.71 0.72 17.65 0.55 0.18
Hex 48 24 15 0 32 47 48 12 37 12
Octal 110 44 25 0 62 107 110 22 67 22
Binary 1001000 100100 10101 0 110010 1000111 1001000 10010 110111 10010

Color Harmonies of #482415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482415

Black with #482415

Text Example


Text Example

White with #482415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482415; }

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

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

background-color css

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

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

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

border-color css

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

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

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