Html Css Color HEX #370D0D Seal Brown

📋 copy color: '#370D0D'

red 55 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #370D0D

Tints of Seal Brown #370D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.05%

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 67.9%
G = 16.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#370D0D (or 0x370D0D) is known color: Seal Brown. HEX triplet: 37, 0D and 0D. RGB value is (55,13,13). Sum of RGB (Red+Green+Blue) = 55+13+13=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D0D is #C8F2F2. Grayscale: #191919. Windows color (decimal): -13169395 or 855351. OLE color: 855351.

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

Color convert

RGB 55 13 13 -
CMYK 0 0.76 0.76 0.78
HSL 0.62% 0.13% -
HSV(B) 0.76% 0.22% -
XYZ 1.79 1.13 0.5 -
YUV 25.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 55 13 13 0 0.76 0.76 0.78 0 0.62 0.13
Hex 37 D D 0 4C 4C 4E 0 3E D
Octal 67 15 15 0 114 114 116 0 76 15
Binary 110111 1101 1101 0 1001100 1001100 1001110 0 111110 1101

Color Harmonies of #370D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D0D

Black with #370D0D

Text Example


Text Example

White with #370D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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