Html Css Color HEX #480E06 Seal Brown

📋 copy color: '#480E06'

red 72 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #480E06

Tints of Seal Brown #480E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.22%

 BLUE value IS 6 (2.73% from 255) = 6.52%

R = 78.26%
G = 15.22%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#480E06 (or 0x480E06) is known color: Seal Brown. HEX triplet: 48, 0E and 06. RGB value is (72,14,6). Sum of RGB (Red+Green+Blue) = 72+14+6=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E06 is #B7F1F9. Grayscale: #1E1E1E. Windows color (decimal): -12055034 or 396872. OLE color: 396872.

HSL color Cylindrical-coordinate representation of color #480E06: hue angle of 7.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480E06 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 14 6 -
CMYK 0 0.81 0.92 0.72
HSL 7.27º 0.85% 0.15% -
HSV(B) 7.27º 0.92% 0.28% -
XYZ 2.86 1.7 0.35 -
YUV 30.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 72 14 6 0 0.81 0.92 0.72 7.27 0.85 0.15
Hex 48 E 6 0 51 5C 48 7 55 F
Octal 110 16 6 0 121 134 110 7 125 17
Binary 1001000 1110 110 0 1010001 1011100 1001000 111 1010101 1111

Color Harmonies of #480E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E06

Black with #480E06

Text Example


Text Example

White with #480E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,14,6); }

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

background-color css

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

 a { background-color: rgb(72,14,6); }

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

border-color css

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

 span { border-color: rgb(72,14,6); }

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