Html Css Color HEX #481712 Seal Brown

📋 copy color: '#481712'

red 72 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #481712

Tints of Seal Brown #481712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 63.72%
G = 20.35%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#481712 (or 0x481712) is known color: Seal Brown. HEX triplet: 48, 17 and 12. RGB value is (72,23,18). Sum of RGB (Red+Green+Blue) = 72+23+18=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481712 is #B7E8ED. Grayscale: #252525. Windows color (decimal): -12052718 or 1185608. OLE color: 1185608.

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

Color convert

RGB 72 23 18 -
CMYK 0 0.68 0.75 0.72
HSL 5.56º 0.6% 0.18% -
HSV(B) 5.56º 0.75% 0.28% -
XYZ 3.09 2.03 0.8 -
YUV 37.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 72 23 18 0 0.68 0.75 0.72 5.56 0.6 0.18
Hex 48 17 12 0 44 4B 48 6 3C 12
Octal 110 27 22 0 104 113 110 6 74 22
Binary 1001000 10111 10010 0 1000100 1001011 1001000 110 111100 10010

Color Harmonies of #481712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481712

Black with #481712

Text Example


Text Example

White with #481712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481712; }

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

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

background-color css

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

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

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

border-color css

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

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

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