Html Css Color HEX #481917 Seal Brown

📋 copy color: '#481917'

red 72 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #481917

Tints of Seal Brown #481917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.83%

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

R = 60%
G = 20.83%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481917 (or 0x481917) is known color: Seal Brown. HEX triplet: 48, 19 and 17. RGB value is (72,25,23). Sum of RGB (Red+Green+Blue) = 72+25+23=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481917 is #B7E6E8. Grayscale: #262626. Windows color (decimal): -12052201 or 1513800. OLE color: 1513800.

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

Color convert

RGB 72 25 23 -
CMYK 0 0.65 0.68 0.72
HSL 2.45º 0.52% 0.19% -
HSV(B) 2.45º 0.68% 0.28% -
XYZ 3.17 2.13 1.06 -
YUV 38.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 72 25 23 0 0.65 0.68 0.72 2.45 0.52 0.19
Hex 48 19 17 0 41 44 48 2 34 13
Octal 110 31 27 0 101 104 110 2 64 23
Binary 1001000 11001 10111 0 1000001 1000100 1001000 10 110100 10011

Color Harmonies of #481917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481917

Black with #481917

Text Example


Text Example

White with #481917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481917; }

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

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

background-color css

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

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

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

border-color css

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

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

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