Html Css Color HEX #481715 Seal Brown

📋 copy color: '#481715'

red 72 ◦ green 23 ◦ blue 21

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

Shades of Seal Brown #481715

Tints of Seal Brown #481715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 62.07%
G = 19.83%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481715 (or 0x481715) is known color: Seal Brown. HEX triplet: 48, 17 and 15. RGB value is (72,23,21). Sum of RGB (Red+Green+Blue) = 72+23+21=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481715 is #B7E8EA. Grayscale: #252525. Windows color (decimal): -12052715 or 1382216. OLE color: 1382216.

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

Color convert

RGB 72 23 21 -
CMYK 0 0.68 0.71 0.72
HSL 2.35º 0.55% 0.18% -
HSV(B) 2.35º 0.71% 0.28% -
XYZ 3.11 2.04 0.94 -
YUV 37.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 72 23 21 0 0.68 0.71 0.72 2.35 0.55 0.18
Hex 48 17 15 0 44 47 48 2 37 12
Octal 110 27 25 0 104 107 110 2 67 22
Binary 1001000 10111 10101 0 1000100 1000111 1001000 10 110111 10010

Color Harmonies of #481715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481715

Black with #481715

Text Example


Text Example

White with #481715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481715; }

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

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

background-color css

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

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

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

border-color css

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

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

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