Html Css Color HEX #481F18 Brown Pod

📋 copy color: '#481F18'

red 72 ◦ green 31 ◦ blue 24

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

Shades of Brown Pod #481F18

Tints of Brown Pod #481F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 56.69%
G = 24.41%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481F18 (or 0x481F18) is known color: Brown Pod. HEX triplet: 48, 1F and 18. RGB value is (72,31,24). Sum of RGB (Red+Green+Blue) = 72+31+24=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F18 is #B7E0E7. Grayscale: #2A2A2A. Windows color (decimal): -12050664 or 1580872. OLE color: 1580872.

HSL color Cylindrical-coordinate representation of color #481F18: hue angle of 8.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481F18 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 24 -
CMYK 0 0.57 0.67 0.72
HSL 8.75º 0.5% 0.19% -
HSV(B) 8.75º 0.67% 0.28% -
XYZ 3.33 2.42 1.16 -
YUV 42.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 72 31 24 0 0.57 0.67 0.72 8.75 0.5 0.19
Hex 48 1F 18 0 39 43 48 9 32 13
Octal 110 37 30 0 71 103 110 11 62 23
Binary 1001000 11111 11000 0 111001 1000011 1001000 1001 110010 10011

Color Harmonies of #481F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F18

Black with #481F18

Text Example


Text Example

White with #481F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,31,24); }

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

background-color css

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

 a { background-color: rgb(72,31,24); }

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

border-color css

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

 span { border-color: rgb(72,31,24); }

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