Html Css Color HEX #481008 Seal Brown

📋 copy color: '#481008'

red 72 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #481008

Tints of Seal Brown #481008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.67%

 BLUE value IS 8 (3.52% from 255) = 8.33%

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481008 (or 0x481008) is known color: Seal Brown. HEX triplet: 48, 10 and 08. RGB value is (72,16,8). Sum of RGB (Red+Green+Blue) = 72+16+8=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481008 is #B7EFF7. Grayscale: #1F1F1F. Windows color (decimal): -12054520 or 528456. OLE color: 528456.

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

Color convert

RGB 72 16 8 -
CMYK 0 0.78 0.89 0.72
HSL 7.5º 0.8% 0.16% -
HSV(B) 7.5º 0.89% 0.28% -
XYZ 2.9 1.77 0.42 -
YUV 31.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 72 16 8 0 0.78 0.89 0.72 7.5 0.8 0.16
Hex 48 10 8 0 4E 59 48 8 50 10
Octal 110 20 10 0 116 131 110 10 120 20
Binary 1001000 10000 1000 0 1001110 1011001 1001000 1000 1010000 10000

Color Harmonies of #481008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481008

Black with #481008

Text Example


Text Example

White with #481008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481008; }

 p { color: rgb(72,16,8); }

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

background-color css

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

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

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

border-color css

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

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

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