Html Css Color HEX #361515 Seal Brown

📋 copy color: '#361515'

red 54 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #361515

Tints of Seal Brown #361515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

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

R = 56.25%
G = 21.88%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361515 (or 0x361515) is known color: Seal Brown. HEX triplet: 36, 15 and 15. RGB value is (54,21,21). Sum of RGB (Red+Green+Blue) = 54+21+21=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361515 is #C9EAEA. Grayscale: #1E1E1E. Windows color (decimal): -13232875 or 1381686. OLE color: 1381686.

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

Color convert

RGB 54 21 21 -
CMYK 0 0.61 0.61 0.79
HSL 0.44% 0.15% -
HSV(B) 0.61% 0.21% -
XYZ 1.92 1.37 0.87 -
YUV 30.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 54 21 21 0 0.61 0.61 0.79 0 0.44 0.15
Hex 36 15 15 0 3D 3D 4F 0 2C F
Octal 66 25 25 0 75 75 117 0 54 17
Binary 110110 10101 10101 0 111101 111101 1001111 0 101100 1111

Color Harmonies of #361515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361515

Black with #361515

Text Example


Text Example

White with #361515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361515; }

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

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

background-color css

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

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

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

border-color css

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

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

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