Html Css Color HEX #481212 Seal Brown

📋 copy color: '#481212'

red 72 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #481212

Tints of Seal Brown #481212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

 BLUE value IS 18 (7.42% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#481212 (or 0x481212) is known color: Seal Brown. HEX triplet: 48, 12 and 12. RGB value is (72,18,18). Sum of RGB (Red+Green+Blue) = 72+18+18=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481212 is #B7EDED. Grayscale: #222222. Windows color (decimal): -12053998 or 1184328. OLE color: 1184328.

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

Color convert

RGB 72 18 18 -
CMYK 0 0.75 0.75 0.72
HSL 0.6% 0.18% -
HSV(B) 0.75% 0.28% -
XYZ 3 1.85 0.77 -
YUV 34.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 72 18 18 0 0.75 0.75 0.72 0 0.6 0.18
Hex 48 12 12 0 4B 4B 48 0 3C 12
Octal 110 22 22 0 113 113 110 0 74 22
Binary 1001000 10010 10010 0 1001011 1001011 1001000 0 111100 10010

Color Harmonies of #481212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481212

Black with #481212

Text Example


Text Example

White with #481212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481212; }

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

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

background-color css

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

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

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

border-color css

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

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

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