Html Css Color HEX #908952 Clay Creek

📋 copy color: '#908952'

red 144 ◦ green 137 ◦ blue 82

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

Shades of Clay Creek #908952

Tints of Clay Creek #908952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 39.67%
G = 37.74%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#908952 (or 0x908952) is known color: Clay Creek. HEX triplet: 90, 89 and 52. RGB value is (144,137,82). Sum of RGB (Red+Green+Blue) = 144+137+82=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #908952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908952 is #6F76AD. Grayscale: #858585. Windows color (decimal): -7304878 or 5409168. OLE color: 5409168.

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

Color convert

RGB 144 137 82 -
CMYK 0 0.05 0.43 0.44
HSL 53.23º 0.27% 0.44% -
HSV(B) 53.23º 0.43% 0.56% -
XYZ 21.97 24.43 11.54 -
YUV 132.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 144 137 82 0 0.05 0.43 0.44 53.23 0.27 0.44
Hex 90 89 52 0 5 2B 2C 35 1B 2C
Octal 220 211 122 0 5 53 54 65 33 54
Binary 10010000 10001001 1010010 0 101 101011 101100 110101 11011 101100

Color Harmonies of #908952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908952

Black with #908952

Text Example


Text Example

White with #908952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908952; }

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

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

background-color css

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

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

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

border-color css

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

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

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