Html Css Color HEX #482517 Brown Pod

📋 copy color: '#482517'

red 72 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #482517

Tints of Brown Pod #482517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.42%

R = 54.55%
G = 28.03%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482517 (or 0x482517) is known color: Brown Pod. HEX triplet: 48, 25 and 17. RGB value is (72,37,23). Sum of RGB (Red+Green+Blue) = 72+37+23=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482517 is #B7DAE8. Grayscale: #2D2D2D. Windows color (decimal): -12049129 or 1516872. OLE color: 1516872.

HSL color Cylindrical-coordinate representation of color #482517: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482517 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 23 -
CMYK 0 0.49 0.68 0.72
HSL 17.14º 0.52% 0.19% -
HSV(B) 17.14º 0.68% 0.28% -
XYZ 3.49 2.76 1.16 -
YUV 45.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 72 37 23 0 0.49 0.68 0.72 17.14 0.52 0.19
Hex 48 25 17 0 31 44 48 11 34 13
Octal 110 45 27 0 61 104 110 21 64 23
Binary 1001000 100101 10111 0 110001 1000100 1001000 10001 110100 10011

Color Harmonies of #482517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482517

Black with #482517

Text Example


Text Example

White with #482517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482517; }

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

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

background-color css

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

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

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

border-color css

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

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

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