Html Css Color HEX #481308 Seal Brown

📋 copy color: '#481308'

red 72 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #481308

Tints of Seal Brown #481308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.19%

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

R = 72.73%
G = 19.19%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481308 (or 0x481308) is known color: Seal Brown. HEX triplet: 48, 13 and 08. RGB value is (72,19,8). Sum of RGB (Red+Green+Blue) = 72+19+8=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481308 is #B7ECF7. Grayscale: #212121. Windows color (decimal): -12053752 or 529224. OLE color: 529224.

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

Color convert

RGB 72 19 8 -
CMYK 0 0.74 0.89 0.72
HSL 10.31º 0.8% 0.16% -
HSV(B) 10.31º 0.89% 0.28% -
XYZ 2.95 1.86 0.43 -
YUV 33.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 72 19 8 0 0.74 0.89 0.72 10.31 0.8 0.16
Hex 48 13 8 0 4A 59 48 A 50 10
Octal 110 23 10 0 112 131 110 12 120 20
Binary 1001000 10011 1000 0 1001010 1011001 1001000 1010 1010000 10000

Color Harmonies of #481308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481308

Black with #481308

Text Example


Text Example

White with #481308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481308; }

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

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

background-color css

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

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

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

border-color css

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

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

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