Html Css Color HEX #480A06 Seal Brown

📋 copy color: '#480A06'

red 72 ◦ green 10 ◦ blue 6

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

Shades of Seal Brown #480A06

Tints of Seal Brown #480A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.36%

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

R = 81.82%
G = 11.36%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#480A06 (or 0x480A06) is known color: Seal Brown. HEX triplet: 48, 0A and 06. RGB value is (72,10,6). Sum of RGB (Red+Green+Blue) = 72+10+6=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #480A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A06 is #B7F5F9. Grayscale: #1C1C1C. Windows color (decimal): -12056058 or 395848. OLE color: 395848.

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

Color convert

RGB 72 10 6 -
CMYK 0 0.86 0.92 0.72
HSL 3.64º 0.85% 0.15% -
HSV(B) 3.64º 0.92% 0.28% -
XYZ 2.81 1.61 0.33 -
YUV 28.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 72 10 6 0 0.86 0.92 0.72 3.64 0.85 0.15
Hex 48 A 6 0 56 5C 48 4 55 F
Octal 110 12 6 0 126 134 110 4 125 17
Binary 1001000 1010 110 0 1010110 1011100 1001000 100 1010101 1111

Color Harmonies of #480A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A06

Black with #480A06

Text Example


Text Example

White with #480A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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