Html Css Color HEX #482119 Brown Pod

📋 copy color: '#482119'

red 72 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #482119

Tints of Brown Pod #482119

RGB

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

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

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

R = 55.38%
G = 25.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482119 (or 0x482119) is known color: Brown Pod. HEX triplet: 48, 21 and 19. RGB value is (72,33,25). Sum of RGB (Red+Green+Blue) = 72+33+25=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482119 is #B7DEE6. Grayscale: #2B2B2B. Windows color (decimal): -12050151 or 1646920. OLE color: 1646920.

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

Color convert

RGB 72 33 25 -
CMYK 0 0.54 0.65 0.72
HSL 10.21º 0.48% 0.19% -
HSV(B) 10.21º 0.65% 0.28% -
XYZ 3.39 2.54 1.23 -
YUV 43.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 72 33 25 0 0.54 0.65 0.72 10.21 0.48 0.19
Hex 48 21 19 0 36 41 48 A 30 13
Octal 110 41 31 0 66 101 110 12 60 23
Binary 1001000 100001 11001 0 110110 1000001 1001000 1010 110000 10011

Color Harmonies of #482119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482119

Black with #482119

Text Example


Text Example

White with #482119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482119; }

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

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

background-color css

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

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

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

border-color css

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

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

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