Html Css Color HEX #908050 Clay Creek

📋 copy color: '#908050'

red 144 ◦ green 128 ◦ blue 80

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

Shades of Clay Creek #908050

Tints of Clay Creek #908050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 40.91%
G = 36.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#908050 (or 0x908050) is known color: Clay Creek. HEX triplet: 90, 80 and 50. RGB value is (144,128,80). Sum of RGB (Red+Green+Blue) = 144+128+80=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #908050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908050 is #6F7FAF. Grayscale: #7F7F7F. Windows color (decimal): -7307184 or 5275792. OLE color: 5275792.

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

Color convert

RGB 144 128 80 -
CMYK 0 0.11 0.44 0.44
HSL 45º 0.29% 0.44% -
HSV(B) 45º 0.44% 0.56% -
XYZ 20.67 21.95 10.74 -
YUV 127.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 144 128 80 0 0.11 0.44 0.44 45 0.29 0.44
Hex 90 80 50 0 B 2C 2C 2D 1D 2C
Octal 220 200 120 0 13 54 54 55 35 54
Binary 10010000 10000000 1010000 0 1011 101100 101100 101101 11101 101100

Color Harmonies of #908050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908050

Black with #908050

Text Example


Text Example

White with #908050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908050; }

 p { color: rgb(144,128,80); }

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

background-color css

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

 a { background-color: rgb(144,128,80); }

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

border-color css

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

 span { border-color: rgb(144,128,80); }

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