Html Css Color HEX #480602 Seal Brown

📋 copy color: '#480602'

red 72 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #480602

Tints of Seal Brown #480602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.5%

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

R = 90%
G = 7.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#480602 (or 0x480602) is known color: Seal Brown. HEX triplet: 48, 06 and 02. RGB value is (72,6,2). Sum of RGB (Red+Green+Blue) = 72+6+2=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480602 is #B7F9FD. Grayscale: #191919. Windows color (decimal): -12057086 or 132680. OLE color: 132680.

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

Color convert

RGB 72 6 2 -
CMYK 0 0.92 0.97 0.72
HSL 3.43º 0.95% 0.15% -
HSV(B) 3.43º 0.97% 0.28% -
XYZ 2.75 1.51 0.2 -
YUV 25.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 72 6 2 0 0.92 0.97 0.72 3.43 0.95 0.15
Hex 48 6 2 0 5C 61 48 3 5F F
Octal 110 6 2 0 134 141 110 3 137 17
Binary 1001000 110 10 0 1011100 1100001 1001000 11 1011111 1111

Color Harmonies of #480602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480602

Black with #480602

Text Example


Text Example

White with #480602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480602; }

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

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

background-color css

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

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

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

border-color css

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

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

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