Html Css Color HEX #481205 Seal Brown

📋 copy color: '#481205'

red 72 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #481205

Tints of Seal Brown #481205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.26%

R = 75.79%
G = 18.95%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#481205 (or 0x481205) is known color: Seal Brown. HEX triplet: 48, 12 and 05. RGB value is (72,18,5). Sum of RGB (Red+Green+Blue) = 72+18+5=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481205 is #B7EDFA. Grayscale: #202020. Windows color (decimal): -12054011 or 332360. OLE color: 332360.

HSL color Cylindrical-coordinate representation of color #481205: hue angle of 11.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481205 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 5 -
CMYK 0 0.75 0.93 0.72
HSL 11.64º 0.87% 0.15% -
HSV(B) 11.64º 0.93% 0.28% -
XYZ 2.92 1.82 0.34 -
YUV 32.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 72 18 5 0 0.75 0.93 0.72 11.64 0.87 0.15
Hex 48 12 5 0 4B 5D 48 C 57 F
Octal 110 22 5 0 113 135 110 14 127 17
Binary 1001000 10010 101 0 1001011 1011101 1001000 1100 1010111 1111

Color Harmonies of #481205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481205

Black with #481205

Text Example


Text Example

White with #481205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481205; }

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

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

background-color css

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

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

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

border-color css

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

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

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