Html Css Color HEX #530200 Seal Brown

📋 copy color: '#530200'

red 83 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #530200

Tints of Seal Brown #530200

RGB

 RED value IS 83 (32.81% from 255) = 97.65%

 GREEN value IS 2 (1.17% from 255) = 2.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.65%
G = 2.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#530200 (or 0x530200) is known color: Seal Brown. HEX triplet: 53, 02 and 00. RGB value is (83,2,0). Sum of RGB (Red+Green+Blue) = 83+2+0=85 (11% of max value = 765). Red value is 83 (32.81% from 255 or 97.65% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 83 - color contains mainly: red. Hex color #530200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530200 is #ACFDFF. Grayscale: #1A1A1A. Windows color (decimal): -11337216 or 595. OLE color: 595.

HSL color Cylindrical-coordinate representation of color #530200: hue angle of 1.45º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 0 -
CMYK 0 0.98 1 0.67
HSL 1.45º 1% 0.16% -
HSV(B) 1.45º 1% 0.33% -
XYZ 3.59 1.88 0.17 -
YUV 25.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 83 2 0 0 0.98 1 0.67 1.45 1 0.16
Hex 53 2 0 0 62 64 43 1 64 10
Octal 123 2 0 0 142 144 103 1 144 20
Binary 1010011 10 0 0 1100010 1100100 1000011 1 1100100 10000

Color Harmonies of #530200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530200

Black with #530200

Text Example


Text Example

White with #530200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530200; }

 p { color: rgb(83,2,0); }

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

background-color css

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

 a { background-color: rgb(83,2,0); }

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

border-color css

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

 span { border-color: rgb(83,2,0); }

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