Html Css Color HEX #918350 Clay Creek

📋 copy color: '#918350'

red 145 ◦ green 131 ◦ blue 80

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

Shades of Clay Creek #918350

Tints of Clay Creek #918350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 40.73%
G = 36.8%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#918350 (or 0x918350) is known color: Clay Creek. HEX triplet: 91, 83 and 50. RGB value is (145,131,80). Sum of RGB (Red+Green+Blue) = 145+131+80=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #918350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918350 is #6E7CAF. Grayscale: #818181. Windows color (decimal): -7240880 or 5276561. OLE color: 5276561.

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

Color convert

RGB 145 131 80 -
CMYK 0 0.10 0.45 0.43
HSL 47.08º 0.29% 0.44% -
HSV(B) 47.08º 0.45% 0.57% -
XYZ 21.24 22.83 10.88 -
YUV 129.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 145 131 80 0 0.10 0.45 0.43 47.08 0.29 0.44
Hex 91 83 50 0 A 2D 2B 2F 1D 2C
Octal 221 203 120 0 12 55 53 57 35 54
Binary 10010001 10000011 1010000 0 1010 101101 101011 101111 11101 101100

Color Harmonies of #918350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918350

Black with #918350

Text Example


Text Example

White with #918350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918350; }

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

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

background-color css

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

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

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

border-color css

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

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

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