Html Css Color HEX #361D1B Seal Brown

📋 copy color: '#361D1B'

red 54 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #361D1B

Tints of Seal Brown #361D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 49.09%
G = 26.36%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#361D1B (or 0x361D1B) is known color: Seal Brown. HEX triplet: 36, 1D and 1B. RGB value is (54,29,27). Sum of RGB (Red+Green+Blue) = 54+29+27=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1B is #C9E2E4. Grayscale: #242424. Windows color (decimal): -13230821 or 1776950. OLE color: 1776950.

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

Color convert

RGB 54 29 27 -
CMYK 0 0.46 0.5 0.79
HSL 4.44º 0.33% 0.16% -
HSV(B) 4.44º 0.5% 0.21% -
XYZ 2.16 1.74 1.26 -
YUV 36.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 54 29 27 0 0.46 0.5 0.79 4.44 0.33 0.16
Hex 36 1D 1B 0 2E 32 4F 4 21 10
Octal 66 35 33 0 56 62 117 4 41 20
Binary 110110 11101 11011 0 101110 110010 1001111 100 100001 10000

Color Harmonies of #361D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D1B

Black with #361D1B

Text Example


Text Example

White with #361D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,29,27); }

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

background-color css

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

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

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

border-color css

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

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

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