Html Css Color HEX #482211 Brown Pod

📋 copy color: '#482211'

red 72 ◦ green 34 ◦ blue 17

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

Shades of Brown Pod #482211

Tints of Brown Pod #482211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 58.54%
G = 27.64%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482211 (or 0x482211) is known color: Brown Pod. HEX triplet: 48, 22 and 11. RGB value is (72,34,17). Sum of RGB (Red+Green+Blue) = 72+34+17=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482211 is #B7DDEE. Grayscale: #2B2B2B. Windows color (decimal): -12049903 or 1122888. OLE color: 1122888.

HSL color Cylindrical-coordinate representation of color #482211: hue angle of 18.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482211 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 17 -
CMYK 0 0.53 0.76 0.72
HSL 18.55º 0.62% 0.17% -
HSV(B) 18.55º 0.76% 0.28% -
XYZ 3.35 2.56 0.85 -
YUV 43.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 72 34 17 0 0.53 0.76 0.72 18.55 0.62 0.17
Hex 48 22 11 0 35 4C 48 13 3E 11
Octal 110 42 21 0 65 114 110 23 76 21
Binary 1001000 100010 10001 0 110101 1001100 1001000 10011 111110 10001

Color Harmonies of #482211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482211

Black with #482211

Text Example


Text Example

White with #482211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482211; }

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

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

background-color css

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

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

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

border-color css

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

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

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