Html Css Color HEX #482219 Brown Pod

📋 copy color: '#482219'

red 72 ◦ green 34 ◦ blue 25

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

Shades of Brown Pod #482219

Tints of Brown Pod #482219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

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

R = 54.96%
G = 25.95%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482219 (or 0x482219) is known color: Brown Pod. HEX triplet: 48, 22 and 19. RGB value is (72,34,25). Sum of RGB (Red+Green+Blue) = 72+34+25=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482219 is #B7DDE6. Grayscale: #2C2C2C. Windows color (decimal): -12049895 or 1647176. OLE color: 1647176.

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

Color convert

RGB 72 34 25 -
CMYK 0 0.53 0.65 0.72
HSL 11.49º 0.48% 0.19% -
HSV(B) 11.49º 0.65% 0.28% -
XYZ 3.42 2.59 1.24 -
YUV 44.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 72 34 25 0 0.53 0.65 0.72 11.49 0.48 0.19
Hex 48 22 19 0 35 41 48 B 30 13
Octal 110 42 31 0 65 101 110 13 60 23
Binary 1001000 100010 11001 0 110101 1000001 1001000 1011 110000 10011

Color Harmonies of #482219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482219

Black with #482219

Text Example


Text Example

White with #482219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482219; }

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

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

background-color css

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

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

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

border-color css

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

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

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