Html Css Color HEX #361104 Seal Brown

📋 copy color: '#361104'

red 54 ◦ green 17 ◦ blue 4

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

Shades of Seal Brown #361104

Tints of Seal Brown #361104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.67%

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 72%
G = 22.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#361104 (or 0x361104) is known color: Seal Brown. HEX triplet: 36, 11 and 04. RGB value is (54,17,4). Sum of RGB (Red+Green+Blue) = 54+17+4=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #361104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361104 is #C9EEFB. Grayscale: #1A1A1A. Windows color (decimal): -13233916 or 266550. OLE color: 266550.

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

Color convert

RGB 54 17 4 -
CMYK 0 0.69 0.93 0.79
HSL 15.6º 0.86% 0.11% -
HSV(B) 15.6º 0.93% 0.21% -
XYZ 1.74 1.19 0.25 -
YUV 26.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 54 17 4 0 0.69 0.93 0.79 15.6 0.86 0.11
Hex 36 11 4 0 45 5D 4F 10 56 B
Octal 66 21 4 0 105 135 117 20 126 13
Binary 110110 10001 100 0 1000101 1011101 1001111 10000 1010110 1011

Color Harmonies of #361104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361104

Black with #361104

Text Example


Text Example

White with #361104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361104; }

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

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

background-color css

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

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

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

border-color css

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

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

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