Html Css Color HEX #482414 Brown Pod

📋 copy color: '#482414'

red 72 ◦ green 36 ◦ blue 20

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

Shades of Brown Pod #482414

Tints of Brown Pod #482414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

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

R = 56.25%
G = 28.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482414 (or 0x482414) is known color: Brown Pod. HEX triplet: 48, 24 and 14. RGB value is (72,36,20). Sum of RGB (Red+Green+Blue) = 72+36+20=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482414 is #B7DBEB. Grayscale: #2D2D2D. Windows color (decimal): -12049388 or 1320008. OLE color: 1320008.

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

Color convert

RGB 72 36 20 -
CMYK 0 0.5 0.72 0.72
HSL 18.46º 0.57% 0.18% -
HSV(B) 18.46º 0.72% 0.28% -
XYZ 3.43 2.69 1 -
YUV 44.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 72 36 20 0 0.5 0.72 0.72 18.46 0.57 0.18
Hex 48 24 14 0 32 48 48 12 39 12
Octal 110 44 24 0 62 110 110 22 71 22
Binary 1001000 100100 10100 0 110010 1001000 1001000 10010 111001 10010

Color Harmonies of #482414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482414

Black with #482414

Text Example


Text Example

White with #482414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482414; }

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

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

background-color css

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

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

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

border-color css

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

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

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