Html Css Color HEX #361A15 Seal Brown

📋 copy color: '#361A15'

red 54 ◦ green 26 ◦ blue 21

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

Shades of Seal Brown #361A15

Tints of Seal Brown #361A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.74%

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

R = 53.47%
G = 25.74%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361A15 (or 0x361A15) is known color: Seal Brown. HEX triplet: 36, 1A and 15. RGB value is (54,26,21). Sum of RGB (Red+Green+Blue) = 54+26+21=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A15 is #C9E5EA. Grayscale: #212121. Windows color (decimal): -13231595 or 1382966. OLE color: 1382966.

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

Color convert

RGB 54 26 21 -
CMYK 0 0.52 0.61 0.79
HSL 9.09º 0.44% 0.15% -
HSV(B) 9.09º 0.61% 0.21% -
XYZ 2.03 1.58 0.91 -
YUV 33.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 54 26 21 0 0.52 0.61 0.79 9.09 0.44 0.15
Hex 36 1A 15 0 34 3D 4F 9 2C F
Octal 66 32 25 0 64 75 117 11 54 17
Binary 110110 11010 10101 0 110100 111101 1001111 1001 101100 1111

Color Harmonies of #361A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A15

Black with #361A15

Text Example


Text Example

White with #361A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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