Html Css Color HEX #361E1C Seal Brown

📋 copy color: '#361E1C'

red 54 ◦ green 30 ◦ blue 28

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

Shades of Seal Brown #361E1C

Tints of Seal Brown #361E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.79%

 BLUE value IS 28 (11.33% from 255) = 25%

R = 48.21%
G = 26.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#361E1C (or 0x361E1C) is known color: Seal Brown. HEX triplet: 36, 1E and 1C. RGB value is (54,30,28). Sum of RGB (Red+Green+Blue) = 54+30+28=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1C is #C9E1E3. Grayscale: #242424. Windows color (decimal): -13230564 or 1842742. OLE color: 1842742.

HSL color Cylindrical-coordinate representation of color #361E1C: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361E1C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 30 28 -
CMYK 0 0.44 0.48 0.79
HSL 4.62º 0.32% 0.16% -
HSV(B) 4.62º 0.48% 0.21% -
XYZ 2.2 1.8 1.33 -
YUV 36.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 54 30 28 0 0.44 0.48 0.79 4.62 0.32 0.16
Hex 36 1E 1C 0 2C 30 4F 5 20 10
Octal 66 36 34 0 54 60 117 5 40 20
Binary 110110 11110 11100 0 101100 110000 1001111 101 100000 10000

Color Harmonies of #361E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E1C

Black with #361E1C

Text Example


Text Example

White with #361E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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