Html Css Color HEX #482511 Brown Pod

📋 copy color: '#482511'

red 72 ◦ green 37 ◦ blue 17

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

Shades of Brown Pod #482511

Tints of Brown Pod #482511

RGB

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

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

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

R = 57.14%
G = 29.37%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482511 (or 0x482511) is known color: Brown Pod. HEX triplet: 48, 25 and 11. RGB value is (72,37,17). Sum of RGB (Red+Green+Blue) = 72+37+17=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482511 is #B7DAEE. Grayscale: #2D2D2D. Windows color (decimal): -12049135 or 1123656. OLE color: 1123656.

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

Color convert

RGB 72 37 17 -
CMYK 0 0.49 0.76 0.72
HSL 21.82º 0.62% 0.17% -
HSV(B) 21.82º 0.76% 0.28% -
XYZ 3.44 2.74 0.88 -
YUV 45.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 72 37 17 0 0.49 0.76 0.72 21.82 0.62 0.17
Hex 48 25 11 0 31 4C 48 16 3E 11
Octal 110 45 21 0 61 114 110 26 76 21
Binary 1001000 100101 10001 0 110001 1001100 1001000 10110 111110 10001

Color Harmonies of #482511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482511

Black with #482511

Text Example


Text Example

White with #482511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482511; }

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

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

background-color css

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

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

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

border-color css

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

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

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