Html Css Color HEX #481208 Seal Brown

📋 copy color: '#481208'

red 72 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #481208

Tints of Seal Brown #481208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.37%

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

R = 73.47%
G = 18.37%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481208 (or 0x481208) is known color: Seal Brown. HEX triplet: 48, 12 and 08. RGB value is (72,18,8). Sum of RGB (Red+Green+Blue) = 72+18+8=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481208 is #B7EDF7. Grayscale: #212121. Windows color (decimal): -12054008 or 528968. OLE color: 528968.

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

Color convert

RGB 72 18 8 -
CMYK 0 0.75 0.89 0.72
HSL 9.38º 0.8% 0.16% -
HSV(B) 9.38º 0.89% 0.28% -
XYZ 2.93 1.83 0.43 -
YUV 33.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 72 18 8 0 0.75 0.89 0.72 9.38 0.8 0.16
Hex 48 12 8 0 4B 59 48 9 50 10
Octal 110 22 10 0 113 131 110 11 120 20
Binary 1001000 10010 1000 0 1001011 1011001 1001000 1001 1010000 10000

Color Harmonies of #481208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481208

Black with #481208

Text Example


Text Example

White with #481208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481208; }

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

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

background-color css

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

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

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

border-color css

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

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

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