Html Css Color HEX #482114 Brown Pod

📋 copy color: '#482114'

red 72 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #482114

Tints of Brown Pod #482114

RGB

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

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

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

R = 57.6%
G = 26.4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482114 (or 0x482114) is known color: Brown Pod. HEX triplet: 48, 21 and 14. RGB value is (72,33,20). Sum of RGB (Red+Green+Blue) = 72+33+20=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482114 is #B7DEEB. Grayscale: #2B2B2B. Windows color (decimal): -12050156 or 1319240. OLE color: 1319240.

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

Color convert

RGB 72 33 20 -
CMYK 0 0.54 0.72 0.72
HSL 15º 0.57% 0.18% -
HSV(B) 15º 0.72% 0.28% -
XYZ 3.34 2.52 0.97 -
YUV 43.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 72 33 20 0 0.54 0.72 0.72 15 0.57 0.18
Hex 48 21 14 0 36 48 48 F 39 12
Octal 110 41 24 0 66 110 110 17 71 22
Binary 1001000 100001 10100 0 110110 1001000 1001000 1111 111001 10010

Color Harmonies of #482114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482114

Black with #482114

Text Example


Text Example

White with #482114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482114; }

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

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

background-color css

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

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

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

border-color css

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

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

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