Html Css Color HEX #482115 Brown Pod

📋 copy color: '#482115'

red 72 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #482115

Tints of Brown Pod #482115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

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

R = 57.14%
G = 26.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482115 (or 0x482115) is known color: Brown Pod. HEX triplet: 48, 21 and 15. RGB value is (72,33,21). Sum of RGB (Red+Green+Blue) = 72+33+21=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482115 is #B7DEEA. Grayscale: #2B2B2B. Windows color (decimal): -12050155 or 1384776. OLE color: 1384776.

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

Color convert

RGB 72 33 21 -
CMYK 0 0.54 0.71 0.72
HSL 14.12º 0.55% 0.18% -
HSV(B) 14.12º 0.71% 0.28% -
XYZ 3.35 2.52 1.02 -
YUV 43.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 72 33 21 0 0.54 0.71 0.72 14.12 0.55 0.18
Hex 48 21 15 0 36 47 48 E 37 12
Octal 110 41 25 0 66 107 110 16 67 22
Binary 1001000 100001 10101 0 110110 1000111 1001000 1110 110111 10010

Color Harmonies of #482115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482115

Black with #482115

Text Example


Text Example

White with #482115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482115; }

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

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

background-color css

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

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

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

border-color css

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

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

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