Html Css Color HEX #482011 Brown Pod

📋 copy color: '#482011'

red 72 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #482011

Tints of Brown Pod #482011

RGB

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

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

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

R = 59.5%
G = 26.45%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482011 (or 0x482011) is known color: Brown Pod. HEX triplet: 48, 20 and 11. RGB value is (72,32,17). Sum of RGB (Red+Green+Blue) = 72+32+17=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482011 is #B7DFEE. Grayscale: #2A2A2A. Windows color (decimal): -12050415 or 1122376. OLE color: 1122376.

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

Color convert

RGB 72 32 17 -
CMYK 0 0.56 0.76 0.72
HSL 16.36º 0.62% 0.17% -
HSV(B) 16.36º 0.76% 0.28% -
XYZ 3.29 2.45 0.83 -
YUV 42.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 72 32 17 0 0.56 0.76 0.72 16.36 0.62 0.17
Hex 48 20 11 0 38 4C 48 10 3E 11
Octal 110 40 21 0 70 114 110 20 76 21
Binary 1001000 100000 10001 0 111000 1001100 1001000 10000 111110 10001

Color Harmonies of #482011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482011

Black with #482011

Text Example


Text Example

White with #482011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482011; }

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

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

background-color css

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

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

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

border-color css

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

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

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