Html Css Color HEX #361615 Seal Brown

📋 copy color: '#361615'

red 54 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #361615

Tints of Seal Brown #361615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 55.67%
G = 22.68%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361615 (or 0x361615) is known color: Seal Brown. HEX triplet: 36, 16 and 15. RGB value is (54,22,21). Sum of RGB (Red+Green+Blue) = 54+22+21=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361615 is #C9E9EA. Grayscale: #1F1F1F. Windows color (decimal): -13232619 or 1381942. OLE color: 1381942.

HSL color Cylindrical-coordinate representation of color #361615: hue angle of 1.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361615 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 22 21 -
CMYK 0 0.59 0.61 0.79
HSL 1.82º 0.44% 0.15% -
HSV(B) 1.82º 0.61% 0.21% -
XYZ 1.94 1.41 0.88 -
YUV 31.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 54 22 21 0 0.59 0.61 0.79 1.82 0.44 0.15
Hex 36 16 15 0 3B 3D 4F 2 2C F
Octal 66 26 25 0 73 75 117 2 54 17
Binary 110110 10110 10101 0 111011 111101 1001111 10 101100 1111

Color Harmonies of #361615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361615

Black with #361615

Text Example


Text Example

White with #361615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361615; }

 p { color: rgb(54,22,21); }

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

background-color css

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

 a { background-color: rgb(54,22,21); }

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

border-color css

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

 span { border-color: rgb(54,22,21); }

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