Html Css Color HEX #482417 Brown Pod

📋 copy color: '#482417'

red 72 ◦ green 36 ◦ blue 23

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

Shades of Brown Pod #482417

Tints of Brown Pod #482417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.48%

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

R = 54.96%
G = 27.48%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482417 (or 0x482417) is known color: Brown Pod. HEX triplet: 48, 24 and 17. RGB value is (72,36,23). Sum of RGB (Red+Green+Blue) = 72+36+23=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482417 is #B7DBE8. Grayscale: #2D2D2D. Windows color (decimal): -12049385 or 1516616. OLE color: 1516616.

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

Color convert

RGB 72 36 23 -
CMYK 0 0.5 0.68 0.72
HSL 15.92º 0.52% 0.19% -
HSV(B) 15.92º 0.68% 0.28% -
XYZ 3.46 2.7 1.15 -
YUV 45.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 72 36 23 0 0.5 0.68 0.72 15.92 0.52 0.19
Hex 48 24 17 0 32 44 48 10 34 13
Octal 110 44 27 0 62 104 110 20 64 23
Binary 1001000 100100 10111 0 110010 1000100 1001000 10000 110100 10011

Color Harmonies of #482417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482417

Black with #482417

Text Example


Text Example

White with #482417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482417; }

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

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

background-color css

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

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

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

border-color css

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

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

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