Html Css Color HEX #482019 Brown Pod

📋 copy color: '#482019'

red 72 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #482019

Tints of Brown Pod #482019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 55.81%
G = 24.81%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482019 (or 0x482019) is known color: Brown Pod. HEX triplet: 48, 20 and 19. RGB value is (72,32,25). Sum of RGB (Red+Green+Blue) = 72+32+25=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482019 is #B7DFE6. Grayscale: #2B2B2B. Windows color (decimal): -12050407 or 1646664. OLE color: 1646664.

HSL color Cylindrical-coordinate representation of color #482019: hue angle of 8.94º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482019 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 25 -
CMYK 0 0.56 0.65 0.72
HSL 8.94º 0.48% 0.19% -
HSV(B) 8.94º 0.65% 0.28% -
XYZ 3.36 2.48 1.22 -
YUV 43.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 72 32 25 0 0.56 0.65 0.72 8.94 0.48 0.19
Hex 48 20 19 0 38 41 48 9 30 13
Octal 110 40 31 0 70 101 110 11 60 23
Binary 1001000 100000 11001 0 111000 1000001 1001000 1001 110000 10011

Color Harmonies of #482019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482019

Black with #482019

Text Example


Text Example

White with #482019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482019; }

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

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

background-color css

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

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

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

border-color css

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

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

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