Html Css Color HEX #361813 Seal Brown

📋 copy color: '#361813'

red 54 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #361813

Tints of Seal Brown #361813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 55.67%
G = 24.74%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361813 (or 0x361813) is known color: Seal Brown. HEX triplet: 36, 18 and 13. RGB value is (54,24,19). Sum of RGB (Red+Green+Blue) = 54+24+19=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361813 is #C9E7EC. Grayscale: #202020. Windows color (decimal): -13232109 or 1251382. OLE color: 1251382.

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

Color convert

RGB 54 24 19 -
CMYK 0 0.56 0.65 0.79
HSL 8.57º 0.48% 0.14% -
HSV(B) 8.57º 0.65% 0.21% -
XYZ 1.97 1.48 0.8 -
YUV 32.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 54 24 19 0 0.56 0.65 0.79 8.57 0.48 0.14
Hex 36 18 13 0 38 41 4F 9 30 E
Octal 66 30 23 0 70 101 117 11 60 16
Binary 110110 11000 10011 0 111000 1000001 1001111 1001 110000 1110

Color Harmonies of #361813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361813

Black with #361813

Text Example


Text Example

White with #361813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361813; }

 p { color: rgb(54,24,19); }

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

background-color css

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

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

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

border-color css

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

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

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