Html Css Color HEX #918353 Clay Creek

📋 copy color: '#918353'

red 145 ◦ green 131 ◦ blue 83

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

Shades of Clay Creek #918353

Tints of Clay Creek #918353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 40.39%
G = 36.49%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918353 (or 0x918353) is known color: Clay Creek. HEX triplet: 91, 83 and 53. RGB value is (145,131,83). Sum of RGB (Red+Green+Blue) = 145+131+83=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #918353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918353 is #6E7CAC. Grayscale: #818181. Windows color (decimal): -7240877 or 5473169. OLE color: 5473169.

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

Color convert

RGB 145 131 83 -
CMYK 0 0.10 0.43 0.43
HSL 46.45º 0.27% 0.45% -
HSV(B) 46.45º 0.43% 0.57% -
XYZ 21.35 22.88 11.47 -
YUV 129.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 145 131 83 0 0.10 0.43 0.43 46.45 0.27 0.45
Hex 91 83 53 0 A 2B 2B 2E 1B 2D
Octal 221 203 123 0 12 53 53 56 33 55
Binary 10010001 10000011 1010011 0 1010 101011 101011 101110 11011 101101

Color Harmonies of #918353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918353

Black with #918353

Text Example


Text Example

White with #918353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918353; }

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

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

background-color css

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

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

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

border-color css

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

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

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