Html Css Color HEX #948575 Schooner

📋 copy color: '#948575'

red 148 ◦ green 133 ◦ blue 117

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

Shades of Schooner #948575

Tints of Schooner #948575

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 37.19%
G = 33.42%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948575 (or 0x948575) is known color: Schooner. HEX triplet: 94, 85 and 75. RGB value is (148,133,117). Sum of RGB (Red+Green+Blue) = 148+133+117=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948575 is #6B7A8A. Grayscale: #878787. Windows color (decimal): -7043723 or 7701908. OLE color: 7701908.

HSL color Cylindrical-coordinate representation of color #948575: hue angle of 30.97º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948575 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 117 -
CMYK 0 0.10 0.21 0.42
HSL 30.97º 0.13% 0.52% -
HSV(B) 30.97º 0.21% 0.58% -
XYZ 23.81 24.36 20.28 -
YUV 135.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 148 133 117 0 0.10 0.21 0.42 30.97 0.13 0.52
Hex 94 85 75 0 A 15 2A 1F D 34
Octal 224 205 165 0 12 25 52 37 15 64
Binary 10010100 10000101 1110101 0 1010 10101 101010 11111 1101 110100

Color Harmonies of #948575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948575

Black with #948575

Text Example


Text Example

White with #948575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948575; }

 p { color: rgb(148,133,117); }

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

background-color css

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

 a { background-color: rgb(148,133,117); }

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

border-color css

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

 span { border-color: rgb(148,133,117); }

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