Html Css Color HEX #481D17 Brown Pod

📋 copy color: '#481D17'

red 72 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #481D17

Tints of Brown Pod #481D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.39%

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

R = 58.06%
G = 23.39%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481D17 (or 0x481D17) is known color: Brown Pod. HEX triplet: 48, 1D and 17. RGB value is (72,29,23). Sum of RGB (Red+Green+Blue) = 72+29+23=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D17 is #B7E2E8. Grayscale: #292929. Windows color (decimal): -12051177 or 1514824. OLE color: 1514824.

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

Color convert

RGB 72 29 23 -
CMYK 0 0.60 0.68 0.72
HSL 7.35º 0.52% 0.19% -
HSV(B) 7.35º 0.68% 0.28% -
XYZ 3.27 2.32 1.09 -
YUV 41.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 72 29 23 0 0.60 0.68 0.72 7.35 0.52 0.19
Hex 48 1D 17 0 3C 44 48 7 34 13
Octal 110 35 27 0 74 104 110 7 64 23
Binary 1001000 11101 10111 0 111100 1000100 1001000 111 110100 10011

Color Harmonies of #481D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D17

Black with #481D17

Text Example


Text Example

White with #481D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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