Html Css Color HEX #361814 Seal Brown

📋 copy color: '#361814'

red 54 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #361814

Tints of Seal Brown #361814

RGB

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

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

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

R = 55.1%
G = 24.49%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#361814 (or 0x361814) is known color: Seal Brown. HEX triplet: 36, 18 and 14. RGB value is (54,24,20). Sum of RGB (Red+Green+Blue) = 54+24+20=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361814 is #C9E7EB. Grayscale: #202020. Windows color (decimal): -13232108 or 1316918. OLE color: 1316918.

HSL color Cylindrical-coordinate representation of color #361814: hue angle of 7.06º 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 #361814 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 24 20 -
CMYK 0 0.56 0.63 0.79
HSL 7.06º 0.46% 0.15% -
HSV(B) 7.06º 0.63% 0.21% -
XYZ 1.97 1.49 0.84 -
YUV 32.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 54 24 20 0 0.56 0.63 0.79 7.06 0.46 0.15
Hex 36 18 14 0 38 3F 4F 7 2E F
Octal 66 30 24 0 70 77 117 7 56 17
Binary 110110 11000 10100 0 111000 111111 1001111 111 101110 1111

Color Harmonies of #361814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361814

Black with #361814

Text Example


Text Example

White with #361814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361814; }

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

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

background-color css

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

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

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

border-color css

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

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

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