Html Css Color HEX #361F1E Seal Brown

📋 copy color: '#361F1E'

red 54 ◦ green 31 ◦ blue 30

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

Shades of Seal Brown #361F1E

Tints of Seal Brown #361F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.96%

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

R = 46.96%
G = 26.96%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#361F1E (or 0x361F1E) is known color: Seal Brown. HEX triplet: 36, 1F and 1E. RGB value is (54,31,30). Sum of RGB (Red+Green+Blue) = 54+31+30=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #361F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F1E is #C9E0E1. Grayscale: #252525. Windows color (decimal): -13230306 or 1974070. OLE color: 1974070.

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

Color convert

RGB 54 31 30 -
CMYK 0 0.43 0.44 0.79
HSL 2.5º 0.29% 0.16% -
HSV(B) 2.5º 0.44% 0.21% -
XYZ 2.25 1.86 1.47 -
YUV 37.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 54 31 30 0 0.43 0.44 0.79 2.5 0.29 0.16
Hex 36 1F 1E 0 2B 2C 4F 2 1D 10
Octal 66 37 36 0 53 54 117 2 35 20
Binary 110110 11111 11110 0 101011 101100 1001111 10 11101 10000

Color Harmonies of #361F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F1E

Black with #361F1E

Text Example


Text Example

White with #361F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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