Html Css Color HEX #482012 Brown Pod

📋 copy color: '#482012'

red 72 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #482012

Tints of Brown Pod #482012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 59.02%
G = 26.23%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482012 (or 0x482012) is known color: Brown Pod. HEX triplet: 48, 20 and 12. RGB value is (72,32,18). Sum of RGB (Red+Green+Blue) = 72+32+18=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482012 is #B7DFED. Grayscale: #2A2A2A. Windows color (decimal): -12050414 or 1187912. OLE color: 1187912.

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

Color convert

RGB 72 32 18 -
CMYK 0 0.56 0.75 0.72
HSL 15.56º 0.6% 0.18% -
HSV(B) 15.56º 0.75% 0.28% -
XYZ 3.3 2.45 0.87 -
YUV 42.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 72 32 18 0 0.56 0.75 0.72 15.56 0.6 0.18
Hex 48 20 12 0 38 4B 48 10 3C 12
Octal 110 40 22 0 70 113 110 20 74 22
Binary 1001000 100000 10010 0 111000 1001011 1001000 10000 111100 10010

Color Harmonies of #482012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482012

Black with #482012

Text Example


Text Example

White with #482012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482012; }

 p { color: rgb(72,32,18); }

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

background-color css

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

 a { background-color: rgb(72,32,18); }

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

border-color css

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

 span { border-color: rgb(72,32,18); }

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