Html Css Color HEX #482619 Brown Pod

📋 copy color: '#482619'

red 72 ◦ green 38 ◦ blue 25

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

Shades of Brown Pod #482619

Tints of Brown Pod #482619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

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

R = 53.33%
G = 28.15%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482619 (or 0x482619) is known color: Brown Pod. HEX triplet: 48, 26 and 19. RGB value is (72,38,25). Sum of RGB (Red+Green+Blue) = 72+38+25=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482619 is #B7D9E6. Grayscale: #2E2E2E. Windows color (decimal): -12048871 or 1648200. OLE color: 1648200.

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

Color convert

RGB 72 38 25 -
CMYK 0 0.47 0.65 0.72
HSL 16.6º 0.48% 0.19% -
HSV(B) 16.6º 0.65% 0.28% -
XYZ 3.54 2.83 1.28 -
YUV 46.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 72 38 25 0 0.47 0.65 0.72 16.6 0.48 0.19
Hex 48 26 19 0 2F 41 48 11 30 13
Octal 110 46 31 0 57 101 110 21 60 23
Binary 1001000 100110 11001 0 101111 1000001 1001000 10001 110000 10011

Color Harmonies of #482619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482619

Black with #482619

Text Example


Text Example

White with #482619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482619; }

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

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

background-color css

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

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

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

border-color css

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

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

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