Html Css Color HEX #908250 Clay Creek

📋 copy color: '#908250'

red 144 ◦ green 130 ◦ blue 80

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

Shades of Clay Creek #908250

Tints of Clay Creek #908250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 40.68%
G = 36.72%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#908250 (or 0x908250) is known color: Clay Creek. HEX triplet: 90, 82 and 50. RGB value is (144,130,80). Sum of RGB (Red+Green+Blue) = 144+130+80=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #908250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908250 is #6F7DAF. Grayscale: #808080. Windows color (decimal): -7306672 or 5276304. OLE color: 5276304.

HSL color Cylindrical-coordinate representation of color #908250: hue angle of 46.88º 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 #908250 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 80 -
CMYK 0 0.10 0.44 0.44
HSL 46.88º 0.29% 0.44% -
HSV(B) 46.88º 0.44% 0.56% -
XYZ 20.93 22.47 10.82 -
YUV 128.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 144 130 80 0 0.10 0.44 0.44 46.88 0.29 0.44
Hex 90 82 50 0 A 2C 2C 2F 1D 2C
Octal 220 202 120 0 12 54 54 57 35 54
Binary 10010000 10000010 1010000 0 1010 101100 101100 101111 11101 101100

Color Harmonies of #908250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908250

Black with #908250

Text Example


Text Example

White with #908250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908250; }

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

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

background-color css

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

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

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

border-color css

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

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

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