Html Css Color HEX #361919 Seal Brown

📋 copy color: '#361919'

red 54 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #361919

Tints of Seal Brown #361919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.04%

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 51.92%
G = 24.04%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#361919 (or 0x361919) is known color: Seal Brown. HEX triplet: 36, 19 and 19. RGB value is (54,25,25). Sum of RGB (Red+Green+Blue) = 54+25+25=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #361919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361919 is #C9E6E6. Grayscale: #212121. Windows color (decimal): -13231847 or 1644854. OLE color: 1644854.

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

Color convert

RGB 54 25 25 -
CMYK 0 0.54 0.54 0.79
HSL 0.37% 0.15% -
HSV(B) 0.54% 0.21% -
XYZ 2.04 1.55 1.11 -
YUV 33.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 54 25 25 0 0.54 0.54 0.79 0 0.37 0.15
Hex 36 19 19 0 36 36 4F 0 25 F
Octal 66 31 31 0 66 66 117 0 45 17
Binary 110110 11001 11001 0 110110 110110 1001111 0 100101 1111

Color Harmonies of #361919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361919

Black with #361919

Text Example


Text Example

White with #361919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361919; }

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

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

background-color css

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

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

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

border-color css

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

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

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