Html Css Color HEX #481504 Brown Pod

📋 copy color: '#481504'

red 72 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #481504

Tints of Brown Pod #481504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.12%

R = 74.23%
G = 21.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481504 (or 0x481504) is known color: Brown Pod. HEX triplet: 48, 15 and 04. RGB value is (72,21,4). Sum of RGB (Red+Green+Blue) = 72+21+4=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481504 is #B7EAFB. Grayscale: #222222. Windows color (decimal): -12053244 or 267592. OLE color: 267592.

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

Color convert

RGB 72 21 4 -
CMYK 0 0.71 0.94 0.72
HSL 15º 0.89% 0.15% -
HSV(B) 15º 0.94% 0.28% -
XYZ 2.96 1.92 0.33 -
YUV 34.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 72 21 4 0 0.71 0.94 0.72 15 0.89 0.15
Hex 48 15 4 0 47 5E 48 F 59 F
Octal 110 25 4 0 107 136 110 17 131 17
Binary 1001000 10101 100 0 1000111 1011110 1001000 1111 1011001 1111

Color Harmonies of #481504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481504

Black with #481504

Text Example


Text Example

White with #481504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481504; }

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

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

background-color css

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

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

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

border-color css

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

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

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