Html Css Color HEX #361914 Seal Brown

📋 copy color: '#361914'

red 54 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #361914

Tints of Seal Brown #361914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.2%

R = 54.55%
G = 25.25%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#361914 (or 0x361914) is known color: Seal Brown. HEX triplet: 36, 19 and 14. RGB value is (54,25,20). Sum of RGB (Red+Green+Blue) = 54+25+20=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #361914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361914 is #C9E6EB. Grayscale: #212121. Windows color (decimal): -13231852 or 1317174. OLE color: 1317174.

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

Color convert

RGB 54 25 20 -
CMYK 0 0.54 0.63 0.79
HSL 8.82º 0.46% 0.15% -
HSV(B) 8.82º 0.63% 0.21% -
XYZ 2 1.53 0.85 -
YUV 33.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 54 25 20 0 0.54 0.63 0.79 8.82 0.46 0.15
Hex 36 19 14 0 36 3F 4F 9 2E F
Octal 66 31 24 0 66 77 117 11 56 17
Binary 110110 11001 10100 0 110110 111111 1001111 1001 101110 1111

Color Harmonies of #361914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361914

Black with #361914

Text Example


Text Example

White with #361914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361914; }

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

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

background-color css

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

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

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

border-color css

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

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

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