Html Css Color HEX #361411 Seal Brown

📋 copy color: '#361411'

red 54 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #361411

Tints of Seal Brown #361411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.98%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 59.34%
G = 21.98%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#361411 (or 0x361411) is known color: Seal Brown. HEX triplet: 36, 14 and 11. RGB value is (54,20,17). Sum of RGB (Red+Green+Blue) = 54+20+17=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361411 is #C9EBEE. Grayscale: #1D1D1D. Windows color (decimal): -13233135 or 1119286. OLE color: 1119286.

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

Color convert

RGB 54 20 17 -
CMYK 0 0.63 0.69 0.79
HSL 4.86º 0.52% 0.14% -
HSV(B) 4.86º 0.69% 0.21% -
XYZ 1.87 1.33 0.69 -
YUV 29.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 54 20 17 0 0.63 0.69 0.79 4.86 0.52 0.14
Hex 36 14 11 0 3F 45 4F 5 34 E
Octal 66 24 21 0 77 105 117 5 64 16
Binary 110110 10100 10001 0 111111 1000101 1001111 101 110100 1110

Color Harmonies of #361411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361411

Black with #361411

Text Example


Text Example

White with #361411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361411; }

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

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

background-color css

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

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

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

border-color css

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

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

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