Html Css Color HEX #361001 Seal Brown

📋 copy color: '#361001'

red 54 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #361001

Tints of Seal Brown #361001

RGB

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

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

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

R = 76.06%
G = 22.54%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#361001 (or 0x361001) is known color: Seal Brown. HEX triplet: 36, 10 and 01. RGB value is (54,16,1). Sum of RGB (Red+Green+Blue) = 54+16+1=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #361001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361001 is #C9EFFE. Grayscale: #191919. Windows color (decimal): -13234175 or 69686. OLE color: 69686.

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

Color convert

RGB 54 16 1 -
CMYK 0 0.70 0.98 0.79
HSL 16.98º 0.96% 0.11% -
HSV(B) 16.98º 0.98% 0.21% -
XYZ 1.71 1.16 0.16 -
YUV 25.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 54 16 1 0 0.70 0.98 0.79 16.98 0.96 0.11
Hex 36 10 1 0 46 62 4F 11 60 B
Octal 66 20 1 0 106 142 117 21 140 13
Binary 110110 10000 1 0 1000110 1100010 1001111 10001 1100000 1011

Color Harmonies of #361001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361001

Black with #361001

Text Example


Text Example

White with #361001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361001; }

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

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

background-color css

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

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

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

border-color css

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

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

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