Html Css Color HEX #361D1A Seal Brown

📋 copy color: '#361D1A'

red 54 ◦ green 29 ◦ blue 26

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

Shades of Seal Brown #361D1A

Tints of Seal Brown #361D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 49.54%
G = 26.61%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#361D1A (or 0x361D1A) is known color: Seal Brown. HEX triplet: 36, 1D and 1A. RGB value is (54,29,26). Sum of RGB (Red+Green+Blue) = 54+29+26=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1A is #C9E2E5. Grayscale: #242424. Windows color (decimal): -13230822 or 1711414. OLE color: 1711414.

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

Color convert

RGB 54 29 26 -
CMYK 0 0.46 0.52 0.79
HSL 6.43º 0.35% 0.16% -
HSV(B) 6.43º 0.52% 0.21% -
XYZ 2.15 1.74 1.2 -
YUV 36.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 54 29 26 0 0.46 0.52 0.79 6.43 0.35 0.16
Hex 36 1D 1A 0 2E 34 4F 6 23 10
Octal 66 35 32 0 56 64 117 6 43 20
Binary 110110 11101 11010 0 101110 110100 1001111 110 100011 10000

Color Harmonies of #361D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D1A

Black with #361D1A

Text Example


Text Example

White with #361D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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