Html Css Color HEX #361815 Seal Brown

📋 copy color: '#361815'

red 54 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #361815

Tints of Seal Brown #361815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.24%

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

R = 54.55%
G = 24.24%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361815 (or 0x361815) is known color: Seal Brown. HEX triplet: 36, 18 and 15. RGB value is (54,24,21). Sum of RGB (Red+Green+Blue) = 54+24+21=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #361815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361815 is #C9E7EA. Grayscale: #202020. Windows color (decimal): -13232107 or 1382454. OLE color: 1382454.

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

Color convert

RGB 54 24 21 -
CMYK 0 0.56 0.61 0.79
HSL 5.45º 0.44% 0.15% -
HSV(B) 5.45º 0.61% 0.21% -
XYZ 1.98 1.49 0.89 -
YUV 32.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 54 24 21 0 0.56 0.61 0.79 5.45 0.44 0.15
Hex 36 18 15 0 38 3D 4F 5 2C F
Octal 66 30 25 0 70 75 117 5 54 17
Binary 110110 11000 10101 0 111000 111101 1001111 101 101100 1111

Color Harmonies of #361815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361815

Black with #361815

Text Example


Text Example

White with #361815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361815; }

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

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

background-color css

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

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

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

border-color css

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

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

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