Html Css Color HEX #360901 Seal Brown

📋 copy color: '#360901'

red 54 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #360901

Tints of Seal Brown #360901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

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

R = 84.38%
G = 14.06%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#360901 (or 0x360901) is known color: Seal Brown. HEX triplet: 36, 09 and 01. RGB value is (54,9,1). Sum of RGB (Red+Green+Blue) = 54+9+1=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360901 is #C9F6FE. Grayscale: #151515. Windows color (decimal): -13235967 or 67894. OLE color: 67894.

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

Color convert

RGB 54 9 1 -
CMYK 0 0.83 0.98 0.79
HSL 9.06º 0.96% 0.11% -
HSV(B) 9.06º 0.98% 0.21% -
XYZ 1.62 0.98 0.13 -
YUV 21.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 54 9 1 0 0.83 0.98 0.79 9.06 0.96 0.11
Hex 36 9 1 0 53 62 4F 9 60 B
Octal 66 11 1 0 123 142 117 11 140 13
Binary 110110 1001 1 0 1010011 1100010 1001111 1001 1100000 1011

Color Harmonies of #360901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360901

Black with #360901

Text Example


Text Example

White with #360901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360901; }

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

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

background-color css

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

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

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

border-color css

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

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

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