Html Css Color HEX #918370 Schooner

📋 copy color: '#918370'

red 145 ◦ green 131 ◦ blue 112

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

Shades of Schooner #918370

Tints of Schooner #918370

RGB

 RED value IS 145 (57.03% from 255) = 37.37%

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 37.37%
G = 33.76%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#918370 (or 0x918370) is known color: Schooner. HEX triplet: 91, 83 and 70. RGB value is (145,131,112). Sum of RGB (Red+Green+Blue) = 145+131+112=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #918370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918370 is #6E7C8F. Grayscale: #858585. Windows color (decimal): -7240848 or 7373713. OLE color: 7373713.

HSL color Cylindrical-coordinate representation of color #918370: hue angle of 34.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918370 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 112 -
CMYK 0 0.10 0.23 0.43
HSL 34.55º 0.13% 0.5% -
HSV(B) 34.55º 0.23% 0.57% -
XYZ 22.72 23.42 18.65 -
YUV 133.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 145 131 112 0 0.10 0.23 0.43 34.55 0.13 0.5
Hex 91 83 70 0 A 17 2B 23 D 32
Octal 221 203 160 0 12 27 53 43 15 62
Binary 10010001 10000011 1110000 0 1010 10111 101011 100011 1101 110010

Color Harmonies of #918370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918370

Black with #918370

Text Example


Text Example

White with #918370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918370; }

 p { color: rgb(145,131,112); }

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

background-color css

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

 a { background-color: rgb(145,131,112); }

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

border-color css

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

 span { border-color: rgb(145,131,112); }

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