Html Css Color HEX #371414 Seal Brown

📋 copy color: '#371414'

red 55 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #371414

Tints of Seal Brown #371414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 57.89%
G = 21.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371414 (or 0x371414) is known color: Seal Brown. HEX triplet: 37, 14 and 14. RGB value is (55,20,20). Sum of RGB (Red+Green+Blue) = 55+20+20=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371414 is #C8EBEB. Grayscale: #1E1E1E. Windows color (decimal): -13167596 or 1315895. OLE color: 1315895.

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

Color convert

RGB 55 20 20 -
CMYK 0 0.64 0.64 0.78
HSL 0.47% 0.15% -
HSV(B) 0.64% 0.22% -
XYZ 1.95 1.36 0.82 -
YUV 30.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 55 20 20 0 0.64 0.64 0.78 0 0.47 0.15
Hex 37 14 14 0 40 40 4E 0 2F F
Octal 67 24 24 0 100 100 116 0 57 17
Binary 110111 10100 10100 0 1000000 1000000 1001110 0 101111 1111

Color Harmonies of #371414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371414

Black with #371414

Text Example


Text Example

White with #371414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371414; }

 p { color: rgb(55,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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