Html Css Color HEX #481508 Brown Pod

📋 copy color: '#481508'

red 72 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #481508

Tints of Brown Pod #481508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.79%

 BLUE value IS 8 (3.52% from 255) = 7.92%

R = 71.29%
G = 20.79%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481508 (or 0x481508) is known color: Brown Pod. HEX triplet: 48, 15 and 08. RGB value is (72,21,8). Sum of RGB (Red+Green+Blue) = 72+21+8=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481508 is #B7EAF7. Grayscale: #222222. Windows color (decimal): -12053240 or 529736. OLE color: 529736.

HSL color Cylindrical-coordinate representation of color #481508: hue angle of 12.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481508 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 8 -
CMYK 0 0.71 0.89 0.72
HSL 12.19º 0.8% 0.16% -
HSV(B) 12.19º 0.89% 0.28% -
XYZ 2.98 1.93 0.45 -
YUV 34.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 72 21 8 0 0.71 0.89 0.72 12.19 0.8 0.16
Hex 48 15 8 0 47 59 48 C 50 10
Octal 110 25 10 0 107 131 110 14 120 20
Binary 1001000 10101 1000 0 1000111 1011001 1001000 1100 1010000 10000

Color Harmonies of #481508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481508

Black with #481508

Text Example


Text Example

White with #481508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481508; }

 p { color: rgb(72,21,8); }

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

background-color css

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

 a { background-color: rgb(72,21,8); }

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

border-color css

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

 span { border-color: rgb(72,21,8); }

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