Html Css Color HEX #481206 Seal Brown

📋 copy color: '#481206'

red 72 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #481206

Tints of Seal Brown #481206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 75%
G = 18.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#481206 (or 0x481206) is known color: Seal Brown. HEX triplet: 48, 12 and 06. RGB value is (72,18,6). Sum of RGB (Red+Green+Blue) = 72+18+6=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481206 is #B7EDF9. Grayscale: #202020. Windows color (decimal): -12054010 or 397896. OLE color: 397896.

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

Color convert

RGB 72 18 6 -
CMYK 0 0.75 0.92 0.72
HSL 10.91º 0.85% 0.15% -
HSV(B) 10.91º 0.92% 0.28% -
XYZ 2.92 1.82 0.37 -
YUV 32.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 72 18 6 0 0.75 0.92 0.72 10.91 0.85 0.15
Hex 48 12 6 0 4B 5C 48 B 55 F
Octal 110 22 6 0 113 134 110 13 125 17
Binary 1001000 10010 110 0 1001011 1011100 1001000 1011 1010101 1111

Color Harmonies of #481206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481206

Black with #481206

Text Example


Text Example

White with #481206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481206; }

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

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

background-color css

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

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

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

border-color css

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

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

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