Html Css Color HEX #482514 Brown Pod

📋 copy color: '#482514'

red 72 ◦ green 37 ◦ blue 20

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

Shades of Brown Pod #482514

Tints of Brown Pod #482514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.68%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 55.81%
G = 28.68%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482514 (or 0x482514) is known color: Brown Pod. HEX triplet: 48, 25 and 14. RGB value is (72,37,20). Sum of RGB (Red+Green+Blue) = 72+37+20=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482514 is #B7DAEB. Grayscale: #2D2D2D. Windows color (decimal): -12049132 or 1320264. OLE color: 1320264.

HSL color Cylindrical-coordinate representation of color #482514: hue angle of 19.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482514 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 20 -
CMYK 0 0.49 0.72 0.72
HSL 19.62º 0.57% 0.18% -
HSV(B) 19.62º 0.72% 0.28% -
XYZ 3.46 2.75 1.01 -
YUV 45.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 72 37 20 0 0.49 0.72 0.72 19.62 0.57 0.18
Hex 48 25 14 0 31 48 48 14 39 12
Octal 110 45 24 0 61 110 110 24 71 22
Binary 1001000 100101 10100 0 110001 1001000 1001000 10100 111001 10010

Color Harmonies of #482514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482514

Black with #482514

Text Example


Text Example

White with #482514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482514; }

 p { color: rgb(72,37,20); }

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

background-color css

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

 a { background-color: rgb(72,37,20); }

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

border-color css

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

 span { border-color: rgb(72,37,20); }

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