Html Css Color HEX #908552 Clay Creek

📋 copy color: '#908552'

red 144 ◦ green 133 ◦ blue 82

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

Shades of Clay Creek #908552

Tints of Clay Creek #908552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 40.11%
G = 37.05%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#908552 (or 0x908552) is known color: Clay Creek. HEX triplet: 90, 85 and 52. RGB value is (144,133,82). Sum of RGB (Red+Green+Blue) = 144+133+82=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #908552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908552 is #6F7AAD. Grayscale: #828282. Windows color (decimal): -7305902 or 5408144. OLE color: 5408144.

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

Color convert

RGB 144 133 82 -
CMYK 0 0.08 0.43 0.44
HSL 49.35º 0.27% 0.44% -
HSV(B) 49.35º 0.43% 0.56% -
XYZ 21.41 23.31 11.35 -
YUV 130.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 144 133 82 0 0.08 0.43 0.44 49.35 0.27 0.44
Hex 90 85 52 0 8 2B 2C 31 1B 2C
Octal 220 205 122 0 10 53 54 61 33 54
Binary 10010000 10000101 1010010 0 1000 101011 101100 110001 11011 101100

Color Harmonies of #908552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908552

Black with #908552

Text Example


Text Example

White with #908552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908552; }

 p { color: rgb(144,133,82); }

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

background-color css

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

 a { background-color: rgb(144,133,82); }

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

border-color css

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

 span { border-color: rgb(144,133,82); }

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