Html Css Color HEX #481007 Seal Brown

📋 copy color: '#481007'

red 72 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #481007

Tints of Seal Brown #481007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.84%

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

R = 75.79%
G = 16.84%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#481007 (or 0x481007) is known color: Seal Brown. HEX triplet: 48, 10 and 07. RGB value is (72,16,7). Sum of RGB (Red+Green+Blue) = 72+16+7=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481007 is #B7EFF8. Grayscale: #1F1F1F. Windows color (decimal): -12054521 or 462920. OLE color: 462920.

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

Color convert

RGB 72 16 7 -
CMYK 0 0.78 0.90 0.72
HSL 8.31º 0.82% 0.15% -
HSV(B) 8.31º 0.9% 0.28% -
XYZ 2.9 1.76 0.39 -
YUV 31.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 72 16 7 0 0.78 0.90 0.72 8.31 0.82 0.15
Hex 48 10 7 0 4E 5A 48 8 52 F
Octal 110 20 7 0 116 132 110 10 122 17
Binary 1001000 10000 111 0 1001110 1011010 1001000 1000 1010010 1111

Color Harmonies of #481007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481007

Black with #481007

Text Example


Text Example

White with #481007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481007; }

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

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

background-color css

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

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

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

border-color css

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

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

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