Html Css Color HEX #371312 Seal Brown

📋 copy color: '#371312'

red 55 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #371312

Tints of Seal Brown #371312

RGB

 RED value IS 55 (21.88% from 255) = 59.78%

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 59.78%
G = 20.65%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#371312 (or 0x371312) is known color: Seal Brown. HEX triplet: 37, 13 and 12. RGB value is (55,19,18). Sum of RGB (Red+Green+Blue) = 55+19+18=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371312 is #C8ECED. Grayscale: #1D1D1D. Windows color (decimal): -13167854 or 1184567. OLE color: 1184567.

HSL color Cylindrical-coordinate representation of color #371312: hue angle of 1.62º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371312 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 18 -
CMYK 0 0.65 0.67 0.78
HSL 1.62º 0.51% 0.14% -
HSV(B) 1.62º 0.67% 0.22% -
XYZ 1.92 1.32 0.73 -
YUV 29.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 55 19 18 0 0.65 0.67 0.78 1.62 0.51 0.14
Hex 37 13 12 0 41 43 4E 2 33 E
Octal 67 23 22 0 101 103 116 2 63 16
Binary 110111 10011 10010 0 1000001 1000011 1001110 10 110011 1110

Color Harmonies of #371312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371312

Black with #371312

Text Example


Text Example

White with #371312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371312; }

 p { color: rgb(55,19,18); }

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

background-color css

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

 a { background-color: rgb(55,19,18); }

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

border-color css

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

 span { border-color: rgb(55,19,18); }

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