Html Css Color HEX #480D00 Seal Brown

📋 copy color: '#480D00'

red 72 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #480D00

Tints of Seal Brown #480D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.71%
G = 15.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#480D00 (or 0x480D00) is known color: Seal Brown. HEX triplet: 48, 0D and 00. RGB value is (72,13,0). Sum of RGB (Red+Green+Blue) = 72+13+0=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D00 is #B7F2FF. Grayscale: #1D1D1D. Windows color (decimal): -12055296 or 3400. OLE color: 3400.

HSL color Cylindrical-coordinate representation of color #480D00: hue angle of 10.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480D00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 13 0 -
CMYK 0 0.82 1 0.72
HSL 10.83º 1% 0.14% -
HSV(B) 10.83º 1% 0.28% -
XYZ 2.82 1.67 0.17 -
YUV 29.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 72 13 0 0 0.82 1 0.72 10.83 1 0.14
Hex 48 D 0 0 52 64 48 B 64 E
Octal 110 15 0 0 122 144 110 13 144 16
Binary 1001000 1101 0 0 1010010 1100100 1001000 1011 1100100 1110

Color Harmonies of #480D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D00

Black with #480D00

Text Example


Text Example

White with #480D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480D00; }

 p { color: rgb(72,13,0); }

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

background-color css

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

 a { background-color: rgb(72,13,0); }

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

border-color css

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

 span { border-color: rgb(72,13,0); }

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