Html Css Color HEX #908A53 Clay Creek

📋 copy color: '#908A53'

red 144 ◦ green 138 ◦ blue 83

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

Shades of Clay Creek #908A53

Tints of Clay Creek #908A53

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 39.45%
G = 37.81%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#908A53 (or 0x908A53) is known color: Clay Creek. HEX triplet: 90, 8A and 53. RGB value is (144,138,83). Sum of RGB (Red+Green+Blue) = 144+138+83=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #908A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A53 is #6F75AC. Grayscale: #858585. Windows color (decimal): -7304621 or 5474960. OLE color: 5474960.

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

Color convert

RGB 144 138 83 -
CMYK 0 0.04 0.42 0.44
HSL 54.1º 0.27% 0.45% -
HSV(B) 54.1º 0.42% 0.56% -
XYZ 22.15 24.73 11.79 -
YUV 133.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 144 138 83 0 0.04 0.42 0.44 54.1 0.27 0.45
Hex 90 8A 53 0 4 2A 2C 36 1B 2D
Octal 220 212 123 0 4 52 54 66 33 55
Binary 10010000 10001010 1010011 0 100 101010 101100 110110 11011 101101

Color Harmonies of #908A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A53

Black with #908A53

Text Example


Text Example

White with #908A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908A53; }

 p { color: rgb(144,138,83); }

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

background-color css

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

 a { background-color: rgb(144,138,83); }

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

border-color css

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

 span { border-color: rgb(144,138,83); }

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