Html Css Color HEX #481717 Seal Brown

📋 copy color: '#481717'

red 72 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #481717

Tints of Seal Brown #481717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.49%

R = 61.02%
G = 19.49%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481717 (or 0x481717) is known color: Seal Brown. HEX triplet: 48, 17 and 17. RGB value is (72,23,23). Sum of RGB (Red+Green+Blue) = 72+23+23=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481717 is #B7E8E8. Grayscale: #252525. Windows color (decimal): -12052713 or 1513288. OLE color: 1513288.

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

Color convert

RGB 72 23 23 -
CMYK 0 0.68 0.68 0.72
HSL 0.52% 0.19% -
HSV(B) 0.68% 0.28% -
XYZ 3.13 2.05 1.04 -
YUV 37.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 72 23 23 0 0.68 0.68 0.72 0 0.52 0.19
Hex 48 17 17 0 44 44 48 0 34 13
Octal 110 27 27 0 104 104 110 0 64 23
Binary 1001000 10111 10111 0 1000100 1000100 1001000 0 110100 10011

Color Harmonies of #481717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481717

Black with #481717

Text Example


Text Example

White with #481717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481717; }

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

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

background-color css

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

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

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

border-color css

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

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

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