Html Css Color HEX #480302 Seal Brown

📋 copy color: '#480302'

red 72 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #480302

Tints of Seal Brown #480302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

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

R = 93.51%
G = 3.9%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#480302 (or 0x480302) is known color: Seal Brown. HEX triplet: 48, 03 and 02. RGB value is (72,3,2). Sum of RGB (Red+Green+Blue) = 72+3+2=77 (10% of max value = 765). Red value is 72 (28.52% from 255 or 93.51% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 72 - color contains mainly: red. Hex color #480302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480302 is #B7FCFD. Grayscale: #171717. Windows color (decimal): -12057854 or 131912. OLE color: 131912.

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

Color convert

RGB 72 3 2 -
CMYK 0 0.96 0.97 0.72
HSL 0.86º 0.95% 0.15% -
HSV(B) 0.86º 0.97% 0.28% -
XYZ 2.72 1.45 0.19 -
YUV 23.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 72 3 2 0 0.96 0.97 0.72 0.86 0.95 0.15
Hex 48 3 2 0 60 61 48 1 5F F
Octal 110 3 2 0 140 141 110 1 137 17
Binary 1001000 11 10 0 1100000 1100001 1001000 1 1011111 1111

Color Harmonies of #480302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480302

Black with #480302

Text Example


Text Example

White with #480302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480302; }

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

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

background-color css

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

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

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

border-color css

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

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

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