Html Css Color HEX #481408 Brown Pod

📋 copy color: '#481408'

red 72 ◦ green 20 ◦ blue 8

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

Shades of Brown Pod #481408

Tints of Brown Pod #481408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 72%
G = 20%
B = 8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481408 (or 0x481408) is known color: Brown Pod. HEX triplet: 48, 14 and 08. RGB value is (72,20,8). Sum of RGB (Red+Green+Blue) = 72+20+8=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #481408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481408 is #B7EBF7. Grayscale: #222222. Windows color (decimal): -12053496 or 529480. OLE color: 529480.

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

Color convert

RGB 72 20 8 -
CMYK 0 0.72 0.89 0.72
HSL 11.25º 0.8% 0.16% -
HSV(B) 11.25º 0.89% 0.28% -
XYZ 2.97 1.9 0.44 -
YUV 34.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 72 20 8 0 0.72 0.89 0.72 11.25 0.8 0.16
Hex 48 14 8 0 48 59 48 B 50 10
Octal 110 24 10 0 110 131 110 13 120 20
Binary 1001000 10100 1000 0 1001000 1011001 1001000 1011 1010000 10000

Color Harmonies of #481408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481408

Black with #481408

Text Example


Text Example

White with #481408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481408; }

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

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

background-color css

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

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

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

border-color css

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

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

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