Html Css Color HEX #480804 Seal Brown

📋 copy color: '#480804'

red 72 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #480804

Tints of Seal Brown #480804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.52%

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

R = 85.71%
G = 9.52%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#480804 (or 0x480804) is known color: Seal Brown. HEX triplet: 48, 08 and 04. RGB value is (72,8,4). Sum of RGB (Red+Green+Blue) = 72+8+4=84 (11% of max value = 765). Red value is 72 (28.52% from 255 or 85.71% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 72 - color contains mainly: red. Hex color #480804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480804 is #B7F7FB. Grayscale: #1A1A1A. Windows color (decimal): -12056572 or 264264. OLE color: 264264.

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

Color convert

RGB 72 8 4 -
CMYK 0 0.89 0.94 0.72
HSL 3.53º 0.89% 0.15% -
HSV(B) 3.53º 0.94% 0.28% -
XYZ 2.78 1.56 0.27 -
YUV 26.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 72 8 4 0 0.89 0.94 0.72 3.53 0.89 0.15
Hex 48 8 4 0 59 5E 48 4 59 F
Octal 110 10 4 0 131 136 110 4 131 17
Binary 1001000 1000 100 0 1011001 1011110 1001000 100 1011001 1111

Color Harmonies of #480804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480804

Black with #480804

Text Example


Text Example

White with #480804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480804; }

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

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

background-color css

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

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

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

border-color css

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

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

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