Html Css Color HEX #530100 Seal Brown

📋 copy color: '#530100'

red 83 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #530100

Tints of Seal Brown #530100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.19%

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

R = 98.81%
G = 1.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#530100 (or 0x530100) is known color: Seal Brown. HEX triplet: 53, 01 and 00. RGB value is (83,1,0). Sum of RGB (Red+Green+Blue) = 83+1+0=84 (11% of max value = 765). Red value is 83 (32.81% from 255 or 98.81% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 83 - color contains mainly: red. Hex color #530100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530100 is #ACFEFF. Grayscale: #191919. Windows color (decimal): -11337472 or 339. OLE color: 339.

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

Color convert

RGB 83 1 0 -
CMYK 0 0.99 1 0.67
HSL 0.72º 1% 0.16% -
HSV(B) 0.72º 1% 0.33% -
XYZ 3.58 1.86 0.17 -
YUV 25.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 83 1 0 0 0.99 1 0.67 0.72 1 0.16
Hex 53 1 0 0 63 64 43 1 64 10
Octal 123 1 0 0 143 144 103 1 144 20
Binary 1010011 1 0 0 1100011 1100100 1000011 1 1100100 10000

Color Harmonies of #530100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530100

Black with #530100

Text Example


Text Example

White with #530100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530100; }

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

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

background-color css

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

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

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

border-color css

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

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

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