Html Css Color HEX #361712 Seal Brown

📋 copy color: '#361712'

red 54 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #361712

Tints of Seal Brown #361712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.21%

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 56.84%
G = 24.21%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361712 (or 0x361712) is known color: Seal Brown. HEX triplet: 36, 17 and 12. RGB value is (54,23,18). Sum of RGB (Red+Green+Blue) = 54+23+18=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361712 is #C9E8ED. Grayscale: #1F1F1F. Windows color (decimal): -13232366 or 1185590. OLE color: 1185590.

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

Color convert

RGB 54 23 18 -
CMYK 0 0.57 0.67 0.79
HSL 8.33º 0.5% 0.14% -
HSV(B) 8.33º 0.67% 0.21% -
XYZ 1.94 1.44 0.75 -
YUV 31.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 54 23 18 0 0.57 0.67 0.79 8.33 0.5 0.14
Hex 36 17 12 0 39 43 4F 8 32 E
Octal 66 27 22 0 71 103 117 10 62 16
Binary 110110 10111 10010 0 111001 1000011 1001111 1000 110010 1110

Color Harmonies of #361712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361712

Black with #361712

Text Example


Text Example

White with #361712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361712; }

 p { color: rgb(54,23,18); }

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

background-color css

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

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

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

border-color css

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

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

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