Html Css Color HEX #361C1A Seal Brown

📋 copy color: '#361C1A'

red 54 ◦ green 28 ◦ blue 26

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

Shades of Seal Brown #361C1A

Tints of Seal Brown #361C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

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

R = 50%
G = 25.93%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#361C1A (or 0x361C1A) is known color: Seal Brown. HEX triplet: 36, 1C and 1A. RGB value is (54,28,26). Sum of RGB (Red+Green+Blue) = 54+28+26=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C1A is #C9E3E5. Grayscale: #232323. Windows color (decimal): -13231078 or 1711158. OLE color: 1711158.

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

Color convert

RGB 54 28 26 -
CMYK 0 0.48 0.52 0.79
HSL 4.29º 0.35% 0.16% -
HSV(B) 4.29º 0.52% 0.21% -
XYZ 2.12 1.69 1.19 -
YUV 35.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 54 28 26 0 0.48 0.52 0.79 4.29 0.35 0.16
Hex 36 1C 1A 0 30 34 4F 4 23 10
Octal 66 34 32 0 60 64 117 4 43 20
Binary 110110 11100 11010 0 110000 110100 1001111 100 100011 10000

Color Harmonies of #361C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C1A

Black with #361C1A

Text Example


Text Example

White with #361C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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