Html Css Color HEX #480A07 Seal Brown

📋 copy color: '#480A07'

red 72 ◦ green 10 ◦ blue 7

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

Shades of Seal Brown #480A07

Tints of Seal Brown #480A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.87%

R = 80.9%
G = 11.24%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#480A07 (or 0x480A07) is known color: Seal Brown. HEX triplet: 48, 0A and 07. RGB value is (72,10,7). Sum of RGB (Red+Green+Blue) = 72+10+7=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A07 is #B7F5F8. Grayscale: #1C1C1C. Windows color (decimal): -12056057 or 461384. OLE color: 461384.

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

Color convert

RGB 72 10 7 -
CMYK 0 0.86 0.90 0.72
HSL 2.77º 0.82% 0.15% -
HSV(B) 2.77º 0.9% 0.28% -
XYZ 2.82 1.61 0.36 -
YUV 28.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 72 10 7 0 0.86 0.90 0.72 2.77 0.82 0.15
Hex 48 A 7 0 56 5A 48 3 52 F
Octal 110 12 7 0 126 132 110 3 122 17
Binary 1001000 1010 111 0 1010110 1011010 1001000 11 1010010 1111

Color Harmonies of #480A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A07

Black with #480A07

Text Example


Text Example

White with #480A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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