Html Css Color HEX #360201 Seal Brown

📋 copy color: '#360201'

red 54 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #360201

Tints of Seal Brown #360201

RGB

 RED value IS 54 (21.48% from 255) = 94.74%

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

 BLUE value IS 1 (0.78% from 255) = 1.75%

R = 94.74%
G = 3.51%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#360201 (or 0x360201) is known color: Seal Brown. HEX triplet: 36, 02 and 01. RGB value is (54,2,1). Sum of RGB (Red+Green+Blue) = 54+2+1=57 (7% of max value = 765). Red value is 54 (21.48% from 255 or 94.74% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 54 - color contains mainly: red. Hex color #360201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360201 is #C9FDFE. Grayscale: #111111. Windows color (decimal): -13237759 or 66102. OLE color: 66102.

HSL color Cylindrical-coordinate representation of color #360201: hue angle of 1.13º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360201 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 2 1 -
CMYK 0 0.96 0.98 0.79
HSL 1.13º 0.96% 0.11% -
HSV(B) 1.13º 0.98% 0.21% -
XYZ 1.55 0.83 0.11 -
YUV 17.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 54 2 1 0 0.96 0.98 0.79 1.13 0.96 0.11
Hex 36 2 1 0 60 62 4F 1 60 B
Octal 66 2 1 0 140 142 117 1 140 13
Binary 110110 10 1 0 1100000 1100010 1001111 1 1100000 1011

Color Harmonies of #360201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360201

Black with #360201

Text Example


Text Example

White with #360201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360201; }

 p { color: rgb(54,2,1); }

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

background-color css

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

 a { background-color: rgb(54,2,1); }

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

border-color css

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

 span { border-color: rgb(54,2,1); }

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