Html Css Color HEX #37140F Seal Brown

📋 copy color: '#37140F'

red 55 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #37140F

Tints of Seal Brown #37140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.67%

R = 61.11%
G = 22.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37140F (or 0x37140F) is known color: Seal Brown. HEX triplet: 37, 14 and 0F. RGB value is (55,20,15). Sum of RGB (Red+Green+Blue) = 55+20+15=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140F is #C8EBF0. Grayscale: #1D1D1D. Windows color (decimal): -13167601 or 988215. OLE color: 988215.

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

Color convert

RGB 55 20 15 -
CMYK 0 0.64 0.73 0.78
HSL 7.5º 0.57% 0.14% -
HSV(B) 7.5º 0.73% 0.22% -
XYZ 1.91 1.35 0.61 -
YUV 29.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 55 20 15 0 0.64 0.73 0.78 7.5 0.57 0.14
Hex 37 14 F 0 40 49 4E 8 39 E
Octal 67 24 17 0 100 111 116 10 71 16
Binary 110111 10100 1111 0 1000000 1001001 1001110 1000 111001 1110

Color Harmonies of #37140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37140F

Black with #37140F

Text Example


Text Example

White with #37140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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