Html Css Color HEX #482013 Brown Pod

📋 copy color: '#482013'

red 72 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #482013

Tints of Brown Pod #482013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 58.54%
G = 26.02%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482013 (or 0x482013) is known color: Brown Pod. HEX triplet: 48, 20 and 13. RGB value is (72,32,19). Sum of RGB (Red+Green+Blue) = 72+32+19=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482013 is #B7DFEC. Grayscale: #2A2A2A. Windows color (decimal): -12050413 or 1253448. OLE color: 1253448.

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

Color convert

RGB 72 32 19 -
CMYK 0 0.56 0.74 0.72
HSL 14.72º 0.58% 0.18% -
HSV(B) 14.72º 0.74% 0.28% -
XYZ 3.31 2.46 0.92 -
YUV 42.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 72 32 19 0 0.56 0.74 0.72 14.72 0.58 0.18
Hex 48 20 13 0 38 4A 48 F 3A 12
Octal 110 40 23 0 70 112 110 17 72 22
Binary 1001000 100000 10011 0 111000 1001010 1001000 1111 111010 10010

Color Harmonies of #482013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482013

Black with #482013

Text Example


Text Example

White with #482013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482013; }

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

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

background-color css

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

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

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

border-color css

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

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

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