Html Css Color HEX #361818 Seal Brown

📋 copy color: '#361818'

red 54 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #361818

Tints of Seal Brown #361818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 52.94%
G = 23.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361818 (or 0x361818) is known color: Seal Brown. HEX triplet: 36, 18 and 18. RGB value is (54,24,24). Sum of RGB (Red+Green+Blue) = 54+24+24=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361818 is #C9E7E7. Grayscale: #212121. Windows color (decimal): -13232104 or 1579062. OLE color: 1579062.

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

Color convert

RGB 54 24 24 -
CMYK 0 0.56 0.56 0.79
HSL 0.38% 0.15% -
HSV(B) 0.56% 0.21% -
XYZ 2.01 1.5 1.05 -
YUV 32.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 54 24 24 0 0.56 0.56 0.79 0 0.38 0.15
Hex 36 18 18 0 38 38 4F 0 26 F
Octal 66 30 30 0 70 70 117 0 46 17
Binary 110110 11000 11000 0 111000 111000 1001111 0 100110 1111

Color Harmonies of #361818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361818

Black with #361818

Text Example


Text Example

White with #361818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361818; }

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

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

background-color css

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

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

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

border-color css

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

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

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