Html Css Color HEX #481505 Brown Pod

📋 copy color: '#481505'

red 72 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #481505

Tints of Brown Pod #481505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.1%

R = 73.47%
G = 21.43%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#481505 (or 0x481505) is known color: Brown Pod. HEX triplet: 48, 15 and 05. RGB value is (72,21,5). Sum of RGB (Red+Green+Blue) = 72+21+5=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481505 is #B7EAFA. Grayscale: #222222. Windows color (decimal): -12053243 or 333128. OLE color: 333128.

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

Color convert

RGB 72 21 5 -
CMYK 0 0.71 0.93 0.72
HSL 14.33º 0.87% 0.15% -
HSV(B) 14.33º 0.93% 0.28% -
XYZ 2.97 1.93 0.36 -
YUV 34.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 72 21 5 0 0.71 0.93 0.72 14.33 0.87 0.15
Hex 48 15 5 0 47 5D 48 E 57 F
Octal 110 25 5 0 107 135 110 16 127 17
Binary 1001000 10101 101 0 1000111 1011101 1001000 1110 1010111 1111

Color Harmonies of #481505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481505

Black with #481505

Text Example


Text Example

White with #481505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481505; }

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

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

background-color css

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

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

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

border-color css

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

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

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