Html Css Color HEX #361000 Seal Brown

📋 copy color: '#361000'

red 54 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #361000

Tints of Seal Brown #361000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

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

R = 77.14%
G = 22.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361000 (or 0x361000) is known color: Seal Brown. HEX triplet: 36, 10 and 00. RGB value is (54,16,0). Sum of RGB (Red+Green+Blue) = 54+16+0=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #361000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361000 is #C9EFFF. Grayscale: #191919. Windows color (decimal): -13234176 or 4150. OLE color: 4150.

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

Color convert

RGB 54 16 0 -
CMYK 0 0.70 1 0.79
HSL 17.78º 1% 0.11% -
HSV(B) 17.78º 1% 0.21% -
XYZ 1.71 1.15 0.13 -
YUV 25.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 54 16 0 0 0.70 1 0.79 17.78 1 0.11
Hex 36 10 0 0 46 64 4F 12 64 B
Octal 66 20 0 0 106 144 117 22 144 13
Binary 110110 10000 0 0 1000110 1100100 1001111 10010 1100100 1011

Color Harmonies of #361000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361000

Black with #361000

Text Example


Text Example

White with #361000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361000; }

 p { color: rgb(54,16,0); }

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

background-color css

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

 a { background-color: rgb(54,16,0); }

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

border-color css

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

 span { border-color: rgb(54,16,0); }

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