Html Css Color HEX #361816 Seal Brown

📋 copy color: '#361816'

red 54 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #361816

Tints of Seal Brown #361816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24%

 BLUE value IS 22 (8.98% from 255) = 22%

R = 54%
G = 24%
B = 22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#361816 (or 0x361816) is known color: Seal Brown. HEX triplet: 36, 18 and 16. RGB value is (54,24,22). Sum of RGB (Red+Green+Blue) = 54+24+22=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361816 is #C9E7E9. Grayscale: #202020. Windows color (decimal): -13232106 or 1447990. OLE color: 1447990.

HSL color Cylindrical-coordinate representation of color #361816: hue angle of 3.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #361816 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 24 22 -
CMYK 0 0.56 0.59 0.79
HSL 3.75º 0.42% 0.15% -
HSV(B) 3.75º 0.59% 0.21% -
XYZ 1.99 1.5 0.94 -
YUV 32.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 54 24 22 0 0.56 0.59 0.79 3.75 0.42 0.15
Hex 36 18 16 0 38 3B 4F 4 2A F
Octal 66 30 26 0 70 73 117 4 52 17
Binary 110110 11000 10110 0 111000 111011 1001111 100 101010 1111

Color Harmonies of #361816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361816

Black with #361816

Text Example


Text Example

White with #361816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361816; }

 p { color: rgb(54,24,22); }

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

background-color css

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

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

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

border-color css

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

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

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