Html Css Color HEX #908249 Clay Creek

📋 copy color: '#908249'

red 144 ◦ green 130 ◦ blue 73

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

Shades of Clay Creek #908249

Tints of Clay Creek #908249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 41.5%
G = 37.46%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#908249 (or 0x908249) is known color: Clay Creek. HEX triplet: 90, 82 and 49. RGB value is (144,130,73). Sum of RGB (Red+Green+Blue) = 144+130+73=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #908249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908249 is #6F7DB6. Grayscale: #7F7F7F. Windows color (decimal): -7306679 or 4817552. OLE color: 4817552.

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

Color convert

RGB 144 130 73 -
CMYK 0 0.10 0.49 0.44
HSL 48.17º 0.33% 0.43% -
HSV(B) 48.17º 0.49% 0.56% -
XYZ 20.69 22.38 9.53 -
YUV 127.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 144 130 73 0 0.10 0.49 0.44 48.17 0.33 0.43
Hex 90 82 49 0 A 31 2C 30 21 2B
Octal 220 202 111 0 12 61 54 60 41 53
Binary 10010000 10000010 1001001 0 1010 110001 101100 110000 100001 101011

Color Harmonies of #908249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908249

Black with #908249

Text Example


Text Example

White with #908249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908249; }

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

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

background-color css

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

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

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

border-color css

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

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

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