Html Css Color HEX #482513 Brown Pod

📋 copy color: '#482513'

red 72 ◦ green 37 ◦ blue 19

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

Shades of Brown Pod #482513

Tints of Brown Pod #482513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 56.25%
G = 28.91%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482513 (or 0x482513) is known color: Brown Pod. HEX triplet: 48, 25 and 13. RGB value is (72,37,19). Sum of RGB (Red+Green+Blue) = 72+37+19=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482513 is #B7DAEC. Grayscale: #2D2D2D. Windows color (decimal): -12049133 or 1254728. OLE color: 1254728.

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

Color convert

RGB 72 37 19 -
CMYK 0 0.49 0.74 0.72
HSL 20.38º 0.58% 0.18% -
HSV(B) 20.38º 0.74% 0.28% -
XYZ 3.45 2.75 0.96 -
YUV 45.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 72 37 19 0 0.49 0.74 0.72 20.38 0.58 0.18
Hex 48 25 13 0 31 4A 48 14 3A 12
Octal 110 45 23 0 61 112 110 24 72 22
Binary 1001000 100101 10011 0 110001 1001010 1001000 10100 111010 10010

Color Harmonies of #482513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482513

Black with #482513

Text Example


Text Example

White with #482513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482513; }

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

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

background-color css

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

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

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

border-color css

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

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

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