Html Css Color HEX #482110 Brown Pod

📋 copy color: '#482110'

red 72 ◦ green 33 ◦ blue 16

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

Shades of Brown Pod #482110

Tints of Brown Pod #482110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.27%

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 59.5%
G = 27.27%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#482110 (or 0x482110) is known color: Brown Pod. HEX triplet: 48, 21 and 10. RGB value is (72,33,16). Sum of RGB (Red+Green+Blue) = 72+33+16=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482110 is #B7DEEF. Grayscale: #2A2A2A. Windows color (decimal): -12050160 or 1057096. OLE color: 1057096.

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

Color convert

RGB 72 33 16 -
CMYK 0 0.54 0.78 0.72
HSL 18.21º 0.64% 0.17% -
HSV(B) 18.21º 0.78% 0.28% -
XYZ 3.31 2.5 0.8 -
YUV 42.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 72 33 16 0 0.54 0.78 0.72 18.21 0.64 0.17
Hex 48 21 10 0 36 4E 48 12 40 11
Octal 110 41 20 0 66 116 110 22 100 21
Binary 1001000 100001 10000 0 110110 1001110 1001000 10010 1000000 10001

Color Harmonies of #482110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482110

Black with #482110

Text Example


Text Example

White with #482110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482110; }

 p { color: rgb(72,33,16); }

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

background-color css

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

 a { background-color: rgb(72,33,16); }

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

border-color css

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

 span { border-color: rgb(72,33,16); }

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