Html Css Color HEX #360401 Seal Brown

📋 copy color: '#360401'

red 54 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #360401

Tints of Seal Brown #360401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 91.53%
G = 6.78%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#360401 (or 0x360401) is known color: Seal Brown. HEX triplet: 36, 04 and 01. RGB value is (54,4,1). Sum of RGB (Red+Green+Blue) = 54+4+1=59 (7% of max value = 765). Red value is 54 (21.48% from 255 or 91.53% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 54 - color contains mainly: red. Hex color #360401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360401 is #C9FBFE. Grayscale: #121212. Windows color (decimal): -13237247 or 66614. OLE color: 66614.

HSL color Cylindrical-coordinate representation of color #360401: hue angle of 3.4º 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 #360401 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 4 1 -
CMYK 0 0.93 0.98 0.79
HSL 3.4º 0.96% 0.11% -
HSV(B) 3.4º 0.98% 0.21% -
XYZ 1.57 0.87 0.11 -
YUV 18.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 54 4 1 0 0.93 0.98 0.79 3.4 0.96 0.11
Hex 36 4 1 0 5D 62 4F 3 60 B
Octal 66 4 1 0 135 142 117 3 140 13
Binary 110110 100 1 0 1011101 1100010 1001111 11 1100000 1011

Color Harmonies of #360401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360401

Black with #360401

Text Example


Text Example

White with #360401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360401; }

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

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

background-color css

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

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

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

border-color css

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

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

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