Html Css Color HEX #481010 Seal Brown

📋 copy color: '#481010'

red 72 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #481010

Tints of Seal Brown #481010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.38%

R = 69.23%
G = 15.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481010 (or 0x481010) is known color: Seal Brown. HEX triplet: 48, 10 and 10. RGB value is (72,16,16). Sum of RGB (Red+Green+Blue) = 72+16+16=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481010 is #B7EFEF. Grayscale: #202020. Windows color (decimal): -12054512 or 1052744. OLE color: 1052744.

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

Color convert

RGB 72 16 16 -
CMYK 0 0.78 0.78 0.72
HSL 0.64% 0.17% -
HSV(B) 0.78% 0.28% -
XYZ 2.95 1.79 0.68 -
YUV 32.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 72 16 16 0 0.78 0.78 0.72 0 0.64 0.17
Hex 48 10 10 0 4E 4E 48 0 40 11
Octal 110 20 20 0 116 116 110 0 100 21
Binary 1001000 10000 10000 0 1001110 1001110 1001000 0 1000000 10001

Color Harmonies of #481010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481010

Black with #481010

Text Example


Text Example

White with #481010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481010; }

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

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

background-color css

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

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

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

border-color css

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

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

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