Html Css Color HEX #481711 Seal Brown

📋 copy color: '#481711'

red 72 ◦ green 23 ◦ blue 17

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

Shades of Seal Brown #481711

Tints of Seal Brown #481711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 64.29%
G = 20.54%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481711 (or 0x481711) is known color: Seal Brown. HEX triplet: 48, 17 and 11. RGB value is (72,23,17). Sum of RGB (Red+Green+Blue) = 72+23+17=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481711 is #B7E8EE. Grayscale: #252525. Windows color (decimal): -12052719 or 1120072. OLE color: 1120072.

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

Color convert

RGB 72 23 17 -
CMYK 0 0.68 0.76 0.72
HSL 6.55º 0.62% 0.17% -
HSV(B) 6.55º 0.76% 0.28% -
XYZ 3.08 2.03 0.76 -
YUV 36.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 72 23 17 0 0.68 0.76 0.72 6.55 0.62 0.17
Hex 48 17 11 0 44 4C 48 7 3E 11
Octal 110 27 21 0 104 114 110 7 76 21
Binary 1001000 10111 10001 0 1000100 1001100 1001000 111 111110 10001

Color Harmonies of #481711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481711

Black with #481711

Text Example


Text Example

White with #481711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481711; }

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

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

background-color css

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

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

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

border-color css

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

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

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