Html Css Color HEX #482315 Brown Pod

📋 copy color: '#482315'

red 72 ◦ green 35 ◦ blue 21

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

Shades of Brown Pod #482315

Tints of Brown Pod #482315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

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

R = 56.25%
G = 27.34%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482315 (or 0x482315) is known color: Brown Pod. HEX triplet: 48, 23 and 15. RGB value is (72,35,21). Sum of RGB (Red+Green+Blue) = 72+35+21=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482315 is #B7DCEA. Grayscale: #2C2C2C. Windows color (decimal): -12049643 or 1385288. OLE color: 1385288.

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

Color convert

RGB 72 35 21 -
CMYK 0 0.51 0.71 0.72
HSL 16.47º 0.55% 0.18% -
HSV(B) 16.47º 0.71% 0.28% -
XYZ 3.41 2.63 1.04 -
YUV 44.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 72 35 21 0 0.51 0.71 0.72 16.47 0.55 0.18
Hex 48 23 15 0 33 47 48 10 37 12
Octal 110 43 25 0 63 107 110 20 67 22
Binary 1001000 100011 10101 0 110011 1000111 1001000 10000 110111 10010

Color Harmonies of #482315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482315

Black with #482315

Text Example


Text Example

White with #482315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482315; }

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

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

background-color css

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

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

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

border-color css

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

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

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