Html Css Color HEX #908375 Schooner

📋 copy color: '#908375'

red 144 ◦ green 131 ◦ blue 117

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

Shades of Schooner #908375

Tints of Schooner #908375

RGB

 RED value IS 144 (56.64% from 255) = 36.73%

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

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

R = 36.73%
G = 33.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908375 (or 0x908375) is known color: Schooner. HEX triplet: 90, 83 and 75. RGB value is (144,131,117). Sum of RGB (Red+Green+Blue) = 144+131+117=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908375 is #6F7C8A. Grayscale: #858585. Windows color (decimal): -7306379 or 7701392. OLE color: 7701392.

HSL color Cylindrical-coordinate representation of color #908375: hue angle of 31.11º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908375 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 117 -
CMYK 0 0.09 0.19 0.44
HSL 31.11º 0.11% 0.51% -
HSV(B) 31.11º 0.19% 0.56% -
XYZ 22.83 23.45 20.15 -
YUV 133.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 144 131 117 0 0.09 0.19 0.44 31.11 0.11 0.51
Hex 90 83 75 0 9 13 2C 1F B 33
Octal 220 203 165 0 11 23 54 37 13 63
Binary 10010000 10000011 1110101 0 1001 10011 101100 11111 1011 110011

Color Harmonies of #908375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908375

Black with #908375

Text Example


Text Example

White with #908375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908375; }

 p { color: rgb(144,131,117); }

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

background-color css

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

 a { background-color: rgb(144,131,117); }

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

border-color css

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

 span { border-color: rgb(144,131,117); }

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