Html Css Color HEX #482317 Brown Pod

📋 copy color: '#482317'

red 72 ◦ green 35 ◦ blue 23

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

Shades of Brown Pod #482317

Tints of Brown Pod #482317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.92%

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

R = 55.38%
G = 26.92%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482317 (or 0x482317) is known color: Brown Pod. HEX triplet: 48, 23 and 17. RGB value is (72,35,23). Sum of RGB (Red+Green+Blue) = 72+35+23=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482317 is #B7DCE8. Grayscale: #2C2C2C. Windows color (decimal): -12049641 or 1516360. OLE color: 1516360.

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

Color convert

RGB 72 35 23 -
CMYK 0 0.51 0.68 0.72
HSL 14.69º 0.52% 0.19% -
HSV(B) 14.69º 0.68% 0.28% -
XYZ 3.43 2.64 1.14 -
YUV 44.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 72 35 23 0 0.51 0.68 0.72 14.69 0.52 0.19
Hex 48 23 17 0 33 44 48 F 34 13
Octal 110 43 27 0 63 104 110 17 64 23
Binary 1001000 100011 10111 0 110011 1000100 1001000 1111 110100 10011

Color Harmonies of #482317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482317

Black with #482317

Text Example


Text Example

White with #482317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482317; }

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

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

background-color css

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

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

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

border-color css

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

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

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