Html Css Color HEX #361B19 Seal Brown

📋 copy color: '#361B19'

red 54 ◦ green 27 ◦ blue 25

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

Shades of Seal Brown #361B19

Tints of Seal Brown #361B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.47%

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

R = 50.94%
G = 25.47%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#361B19 (or 0x361B19) is known color: Seal Brown. HEX triplet: 36, 1B and 19. RGB value is (54,27,25). Sum of RGB (Red+Green+Blue) = 54+27+25=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #361B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B19 is #C9E4E6. Grayscale: #222222. Windows color (decimal): -13231335 or 1645366. OLE color: 1645366.

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

Color convert

RGB 54 27 25 -
CMYK 0 0.5 0.54 0.79
HSL 4.14º 0.37% 0.15% -
HSV(B) 4.14º 0.54% 0.21% -
XYZ 2.09 1.64 1.13 -
YUV 34.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 54 27 25 0 0.5 0.54 0.79 4.14 0.37 0.15
Hex 36 1B 19 0 32 36 4F 4 25 F
Octal 66 33 31 0 62 66 117 4 45 17
Binary 110110 11011 11001 0 110010 110110 1001111 100 100101 1111

Color Harmonies of #361B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B19

Black with #361B19

Text Example


Text Example

White with #361B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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