Html Css Color HEX #360801 Seal Brown

📋 copy color: '#360801'

red 54 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #360801

Tints of Seal Brown #360801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.7%

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

R = 85.71%
G = 12.7%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#360801 (or 0x360801) is known color: Seal Brown. HEX triplet: 36, 08 and 01. RGB value is (54,8,1). Sum of RGB (Red+Green+Blue) = 54+8+1=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360801 is #C9F7FE. Grayscale: #151515. Windows color (decimal): -13236223 or 67638. OLE color: 67638.

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

Color convert

RGB 54 8 1 -
CMYK 0 0.85 0.98 0.79
HSL 7.92º 0.96% 0.11% -
HSV(B) 7.92º 0.98% 0.21% -
XYZ 1.61 0.96 0.13 -
YUV 20.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 54 8 1 0 0.85 0.98 0.79 7.92 0.96 0.11
Hex 36 8 1 0 55 62 4F 8 60 B
Octal 66 10 1 0 125 142 117 10 140 13
Binary 110110 1000 1 0 1010101 1100010 1001111 1000 1100000 1011

Color Harmonies of #360801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360801

Black with #360801

Text Example


Text Example

White with #360801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360801; }

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

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

background-color css

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

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

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

border-color css

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

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

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