Html Css Color HEX #482212 Brown Pod

📋 copy color: '#482212'

red 72 ◦ green 34 ◦ blue 18

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

Shades of Brown Pod #482212

Tints of Brown Pod #482212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 58.06%
G = 27.42%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482212 (or 0x482212) is known color: Brown Pod. HEX triplet: 48, 22 and 12. RGB value is (72,34,18). Sum of RGB (Red+Green+Blue) = 72+34+18=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482212 is #B7DDED. Grayscale: #2B2B2B. Windows color (decimal): -12049902 or 1188424. OLE color: 1188424.

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

Color convert

RGB 72 34 18 -
CMYK 0 0.53 0.75 0.72
HSL 17.78º 0.6% 0.18% -
HSV(B) 17.78º 0.75% 0.28% -
XYZ 3.35 2.57 0.89 -
YUV 43.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 72 34 18 0 0.53 0.75 0.72 17.78 0.6 0.18
Hex 48 22 12 0 35 4B 48 12 3C 12
Octal 110 42 22 0 65 113 110 22 74 22
Binary 1001000 100010 10010 0 110101 1001011 1001000 10010 111100 10010

Color Harmonies of #482212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482212

Black with #482212

Text Example


Text Example

White with #482212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482212; }

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

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

background-color css

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

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

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

border-color css

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

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

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