Html Css Color HEX #482510 Brown Pod

📋 copy color: '#482510'

red 72 ◦ green 37 ◦ blue 16

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

Shades of Brown Pod #482510

Tints of Brown Pod #482510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 57.6%
G = 29.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#482510 (or 0x482510) is known color: Brown Pod. HEX triplet: 48, 25 and 10. RGB value is (72,37,16). Sum of RGB (Red+Green+Blue) = 72+37+16=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482510 is #B7DAEF. Grayscale: #2D2D2D. Windows color (decimal): -12049136 or 1058120. OLE color: 1058120.

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

Color convert

RGB 72 37 16 -
CMYK 0 0.49 0.78 0.72
HSL 22.5º 0.64% 0.17% -
HSV(B) 22.5º 0.78% 0.28% -
XYZ 3.43 2.74 0.84 -
YUV 45.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 72 37 16 0 0.49 0.78 0.72 22.5 0.64 0.17
Hex 48 25 10 0 31 4E 48 16 40 11
Octal 110 45 20 0 61 116 110 26 100 21
Binary 1001000 100101 10000 0 110001 1001110 1001000 10110 1000000 10001

Color Harmonies of #482510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482510

Black with #482510

Text Example


Text Example

White with #482510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482510; }

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

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

background-color css

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

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

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

border-color css

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

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

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