Html Css Color HEX #918A53 Clay Creek

📋 copy color: '#918A53'

red 145 ◦ green 138 ◦ blue 83

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

Shades of Clay Creek #918A53

Tints of Clay Creek #918A53

RGB

 RED value IS 145 (57.03% from 255) = 39.62%

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

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

R = 39.62%
G = 37.7%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918A53 (or 0x918A53) is known color: Clay Creek. HEX triplet: 91, 8A and 53. RGB value is (145,138,83). Sum of RGB (Red+Green+Blue) = 145+138+83=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #918A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A53 is #6E75AC. Grayscale: #868686. Windows color (decimal): -7239085 or 5474961. OLE color: 5474961.

HSL color Cylindrical-coordinate representation of color #918A53: hue angle of 53.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918A53 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 138 83 -
CMYK 0 0.05 0.43 0.43
HSL 53.23º 0.27% 0.45% -
HSV(B) 53.23º 0.43% 0.57% -
XYZ 22.33 24.82 11.8 -
YUV 133.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 145 138 83 0 0.05 0.43 0.43 53.23 0.27 0.45
Hex 91 8A 53 0 5 2B 2B 35 1B 2D
Octal 221 212 123 0 5 53 53 65 33 55
Binary 10010001 10001010 1010011 0 101 101011 101011 110101 11011 101101

Color Harmonies of #918A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A53

Black with #918A53

Text Example


Text Example

White with #918A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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