Html Css Color HEX #481204 Brown Pod

📋 copy color: '#481204'

red 72 ◦ green 18 ◦ blue 4

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

Shades of Brown Pod #481204

Tints of Brown Pod #481204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

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

R = 76.6%
G = 19.15%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481204 (or 0x481204) is known color: Brown Pod. HEX triplet: 48, 12 and 04. RGB value is (72,18,4). Sum of RGB (Red+Green+Blue) = 72+18+4=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481204 is #B7EDFB. Grayscale: #202020. Windows color (decimal): -12054012 or 266824. OLE color: 266824.

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

Color convert

RGB 72 18 4 -
CMYK 0 0.75 0.94 0.72
HSL 12.35º 0.89% 0.15% -
HSV(B) 12.35º 0.94% 0.28% -
XYZ 2.91 1.82 0.31 -
YUV 32.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 72 18 4 0 0.75 0.94 0.72 12.35 0.89 0.15
Hex 48 12 4 0 4B 5E 48 C 59 F
Octal 110 22 4 0 113 136 110 14 131 17
Binary 1001000 10010 100 0 1001011 1011110 1001000 1100 1011001 1111

Color Harmonies of #481204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481204

Black with #481204

Text Example


Text Example

White with #481204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481204; }

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

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

background-color css

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

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

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

border-color css

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

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

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