Html Css Color HEX #371005 Seal Brown

📋 copy color: '#371005'

red 55 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #371005

Tints of Seal Brown #371005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.05%

 BLUE value IS 5 (2.34% from 255) = 6.58%

R = 72.37%
G = 21.05%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#371005 (or 0x371005) is known color: Seal Brown. HEX triplet: 37, 10 and 05. RGB value is (55,16,5). Sum of RGB (Red+Green+Blue) = 55+16+5=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371005 is #C8EFFA. Grayscale: #1A1A1A. Windows color (decimal): -13168635 or 331831. OLE color: 331831.

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

Color convert

RGB 55 16 5 -
CMYK 0 0.71 0.91 0.78
HSL 13.2º 0.83% 0.12% -
HSV(B) 13.2º 0.91% 0.22% -
XYZ 1.79 1.19 0.28 -
YUV 26.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 55 16 5 0 0.71 0.91 0.78 13.2 0.83 0.12
Hex 37 10 5 0 47 5B 4E D 53 C
Octal 67 20 5 0 107 133 116 15 123 14
Binary 110111 10000 101 0 1000111 1011011 1001110 1101 1010011 1100

Color Harmonies of #371005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371005

Black with #371005

Text Example


Text Example

White with #371005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371005; }

 p { color: rgb(55,16,5); }

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

background-color css

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

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

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

border-color css

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

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

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