Html Css Color HEX #482412 Brown Pod

📋 copy color: '#482412'

red 72 ◦ green 36 ◦ blue 18

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

Shades of Brown Pod #482412

Tints of Brown Pod #482412

RGB

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

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

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

R = 57.14%
G = 28.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482412 (or 0x482412) is known color: Brown Pod. HEX triplet: 48, 24 and 12. RGB value is (72,36,18). Sum of RGB (Red+Green+Blue) = 72+36+18=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482412 is #B7DBED. Grayscale: #2C2C2C. Windows color (decimal): -12049390 or 1188936. OLE color: 1188936.

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

Color convert

RGB 72 36 18 -
CMYK 0 0.5 0.75 0.72
HSL 20º 0.6% 0.18% -
HSV(B) 20º 0.75% 0.28% -
XYZ 3.41 2.68 0.91 -
YUV 44.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 72 36 18 0 0.5 0.75 0.72 20 0.6 0.18
Hex 48 24 12 0 32 4B 48 14 3C 12
Octal 110 44 22 0 62 113 110 24 74 22
Binary 1001000 100100 10010 0 110010 1001011 1001000 10100 111100 10010

Color Harmonies of #482412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482412

Black with #482412

Text Example


Text Example

White with #482412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482412; }

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

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

background-color css

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

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

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

border-color css

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

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

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