Html Css Color HEX #481404 Brown Pod

📋 copy color: '#481404'

red 72 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #481404

Tints of Brown Pod #481404

RGB

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

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

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

R = 75%
G = 20.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481404 (or 0x481404) is known color: Brown Pod. HEX triplet: 48, 14 and 04. RGB value is (72,20,4). Sum of RGB (Red+Green+Blue) = 72+20+4=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481404 is #B7EBFB. Grayscale: #212121. Windows color (decimal): -12053500 or 267336. OLE color: 267336.

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

Color convert

RGB 72 20 4 -
CMYK 0 0.72 0.94 0.72
HSL 14.12º 0.89% 0.15% -
HSV(B) 14.12º 0.94% 0.28% -
XYZ 2.94 1.89 0.32 -
YUV 33.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 72 20 4 0 0.72 0.94 0.72 14.12 0.89 0.15
Hex 48 14 4 0 48 5E 48 E 59 F
Octal 110 24 4 0 110 136 110 16 131 17
Binary 1001000 10100 100 0 1001000 1011110 1001000 1110 1011001 1111

Color Harmonies of #481404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481404

Black with #481404

Text Example


Text Example

White with #481404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481404; }

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

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

background-color css

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

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

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

border-color css

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

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

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