Html Css Color HEX #361C19 Seal Brown

📋 copy color: '#361C19'

red 54 ◦ green 28 ◦ blue 25

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

Shades of Seal Brown #361C19

Tints of Seal Brown #361C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

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

R = 50.47%
G = 26.17%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#361C19 (or 0x361C19) is known color: Seal Brown. HEX triplet: 36, 1C and 19. RGB value is (54,28,25). Sum of RGB (Red+Green+Blue) = 54+28+25=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #361C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C19 is #C9E3E6. Grayscale: #232323. Windows color (decimal): -13231079 or 1645622. OLE color: 1645622.

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

Color convert

RGB 54 28 25 -
CMYK 0 0.48 0.54 0.79
HSL 6.21º 0.37% 0.15% -
HSV(B) 6.21º 0.54% 0.21% -
XYZ 2.11 1.68 1.13 -
YUV 35.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 54 28 25 0 0.48 0.54 0.79 6.21 0.37 0.15
Hex 36 1C 19 0 30 36 4F 6 25 F
Octal 66 34 31 0 60 66 117 6 45 17
Binary 110110 11100 11001 0 110000 110110 1001111 110 100101 1111

Color Harmonies of #361C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C19

Black with #361C19

Text Example


Text Example

White with #361C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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