Html Css Color HEX #481002 Seal Brown

📋 copy color: '#481002'

red 72 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #481002

Tints of Seal Brown #481002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 80%
G = 17.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481002 (or 0x481002) is known color: Seal Brown. HEX triplet: 48, 10 and 02. RGB value is (72,16,2). Sum of RGB (Red+Green+Blue) = 72+16+2=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #481002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481002 is #B7EFFD. Grayscale: #1F1F1F. Windows color (decimal): -12054526 or 135240. OLE color: 135240.

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

Color convert

RGB 72 16 2 -
CMYK 0 0.78 0.97 0.72
HSL 12º 0.95% 0.15% -
HSV(B) 12º 0.97% 0.28% -
XYZ 2.87 1.75 0.24 -
YUV 31.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 72 16 2 0 0.78 0.97 0.72 12 0.95 0.15
Hex 48 10 2 0 4E 61 48 C 5F F
Octal 110 20 2 0 116 141 110 14 137 17
Binary 1001000 10000 10 0 1001110 1100001 1001000 1100 1011111 1111

Color Harmonies of #481002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481002

Black with #481002

Text Example


Text Example

White with #481002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481002; }

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

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

background-color css

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

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

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

border-color css

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

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

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