Html Css Color HEX #361E1E Seal Brown

📋 copy color: '#361E1E'

red 54 ◦ green 30 ◦ blue 30

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

Shades of Seal Brown #361E1E

Tints of Seal Brown #361E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 47.37%
G = 26.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#361E1E (or 0x361E1E) is known color: Seal Brown. HEX triplet: 36, 1E and 1E. RGB value is (54,30,30). Sum of RGB (Red+Green+Blue) = 54+30+30=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1E is #C9E1E1. Grayscale: #252525. Windows color (decimal): -13230562 or 1973814. OLE color: 1973814.

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

Color convert

RGB 54 30 30 -
CMYK 0 0.44 0.44 0.79
HSL 0.29% 0.16% -
HSV(B) 0.44% 0.21% -
XYZ 2.22 1.81 1.46 -
YUV 37.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 54 30 30 0 0.44 0.44 0.79 0 0.29 0.16
Hex 36 1E 1E 0 2C 2C 4F 0 1D 10
Octal 66 36 36 0 54 54 117 0 35 20
Binary 110110 11110 11110 0 101100 101100 1001111 0 11101 10000

Color Harmonies of #361E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E1E

Black with #361E1E

Text Example


Text Example

White with #361E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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